Scorchful:Config File (Old): Difference between revisions

start on the new config page
 
Line 62: Line 62:
The final value of the environment temperature change is calculated using the formula below. You can find a graphical representation on [https://www.desmos.com/calculator/42rvcpnxwx Desmos].<br/>
The final value of the environment temperature change is calculated using the formula below. You can find a graphical representation on [https://www.desmos.com/calculator/42rvcpnxwx Desmos].<br/>
<math>
<math>
         B(T) = (T - minTemp + degreesPerTempInc) / degreesPerTempInc
         B(T) = \frac{T - minTemp + degreesPerTempInc}{degreesPerTempInc}
</math><br/><math>
</math><br/><math>
         TemperatureChange(T) = \operatorname{max}(0, \operatorname{floor}(multiplier * B(T))
         TemperatureChange(T) = \operatorname{max}(0, \operatorname{floor}(multiplier * B(T))
Line 92: Line 92:


; Temperature from cooling food {{code|temperatureFromCoolingFood}}: Temperature change to apply to players after eating items with the [[Minecraft:Tags|tag]] {{code|#scorchful:is_cooling_food}}
; Temperature from cooling food {{code|temperatureFromCoolingFood}}: Temperature change to apply to players after eating items with the [[Minecraft:Tags|tag]] {{code|#scorchful:is_cooling_food}}


=== Notes ===
=== Notes ===
<references />
<references />