temperature_over_time
Affects temperature over time. I don't know how this wasn't a thing already.
Incidentally: Thermal insulation is actually really bad for this, since it traps the temperature inside. If you're going to use this in a situation where it'd make sense for insulation to hinder its effects, you should to check for it manually.
Vars | |
capped_temperature_cold | Cap of temperature, won't apply the effect below this. |
---|---|
capped_temperature_hot | Cap of temperature, won't apply the effect above this. |
removal_temperature_cold | Effect removed outright at this temperature or below. |
removal_temperature_hot | Effect removed outright at this temperature or above. |
temperature_decay | How much to remove from above variable per second. |
temperature_value | How much to change temperature per second. |
Var Details
capped_temperature_cold
Cap of temperature, won't apply the effect below this.
capped_temperature_hot
Cap of temperature, won't apply the effect above this.
removal_temperature_cold
Effect removed outright at this temperature or below.
removal_temperature_hot
Effect removed outright at this temperature or above.
temperature_decay
How much to remove from above variable per second.
temperature_value
How much to change temperature per second.