存在个人理解,欢迎大佬改正

(正数是温度上升,负数是下降)(季节温度变化分早,中,晚三段,注意区分)

# Configuration file


"modifier settings" {

    # The maximum to increase/decrease temperature by depending on the altitude [range: 0 ~ 2147483647, default: 3]

# 根据海拔高度升高 / 降低温度的最大值

    I:"Altitude Modifier"=3


    # The amount to increase/decrease the temperature by in this sub season [range: -2147483648 ~ 2147483647, default: 2]

#  此次季节早期温度的升降量(早秋)

    I:"Early Autumn Modifier"=2


    # The amount to increase/decrease the temperature by in this sub season [range: -2147483648 ~ 2147483647, default: -3]

#  此次季节早期温度的升降量(早春)

    I:"Early Spring Modifier"=-3


    # The amount to increase/decrease the temperature by in this sub season [range: -2147483648 ~ 2147483647, default: 3]

#  此次季节早期温度的升降量(早夏)

    I:"Early Summer Modifier"=3


    # The amount to increase/decrease the temperature by in this sub season [range: -2147483648 ~ 2147483647, default: -7]

#  此次季节早期温度的升降量(早冬)

    I:"Early Winter Modifier"=-7


    # Whether the player's temperature should increase closer to the middle of the day [default: false]

#玩家的体温是否应该在接近中午时升高

    B:"Enable Day Time Modifier"=false


    # Whether the player's temperature should decrease closer to the middle of the night [default: true]

#玩家的体温是否应该在接近午夜时降低

    B:"Enable Night Time Modifier"=true


    # Whether surface modifiers should decrease with depth [default: true]

# 温度是否应随深度的增加而减小

    B:"Enable Underground Effect"=true


    # The vertical distance between the surface and the level where surface modifiers are totally absorbed [range: 0 ~ 2147483647, default: 30]

# 地表与温度变化的层之间的垂直距离

    I:"Equilibrium Depth"=30


    # The amount to increase/decrease the temperature by in this sub season [range: -2147483648 ~ 2147483647, default: -3]

#  此季节末尾温度的升降量(晚秋)

    I:"Late Autumn Modifier"=-3


    # The amount to increase/decrease the temperature by in this sub season [range: -2147483648 ~ 2147483647, default: 2]

#  此季节末尾温度的升降量(晚春)

    I:"Late Spring Modifier"=2


    # The amount to increase/decrease the temperature by in this sub season [range: -2147483648 ~ 2147483647, default: 3]

#  此季节末尾温度的升降量(晚夏)

    I:"Late Summer Modifier"=3


    # The amount to increase/decrease the temperature by in this sub season [range: -2147483648 ~ 2147483647, default: -7]

#  此季节末尾温度的升降量(晚冬)

    I:"Late Winter Modifier"=-7


    # The maximum to increase/decrease temperature by depending on the biome [range: 0 ~ 2147483647, default: 10]

# 根据生物群系增加/减少温度的最大值

    I:"Max Biome Temperature Modifier"=10


    # The amount to increase/decrease the temperature by in this sub season [range: -2147483648 ~ 2147483647, default: 0]

#  此季节中段温度的升降量(中秋)

    I:"Mid Autumn Modifier"=0


    # The amount to increase/decrease the temperature by in this sub season [range: -2147483648 ~ 2147483647, default: 0]

#  此季节中段温度的升降量(中春)

    I:"Mid Spring Modifier"=0


    # The amount to increase/decrease the temperature by in this sub season [range: -2147483648 ~ 2147483647, default: 5]

#  此季节中段温度的升降量(中夏)

    I:"Mid Summer Modifier"=5


    # The amount to increase/decrease the temperature by in this sub season [range: -2147483648 ~ 2147483647, default: -14]

#  此季节中段温度的升降量(中冬)

    I:"Mid Winter Modifier"=-14


    # The amount to decrease the temperature by when snowing [range: -2147483648 ~ 0, default: -10]

# 下雪时降低温度的量

    I:"Snow Modifier"=-10


    # The amount to increase the temperature by when sprinting [range: 0 ~ 2147483647, default: 3]

# 冲刺时温度的升高量

    I:"Sprinting Modifier"=3


    # The amount to multiply the temperature increment/decrement by in the middle of the day/night based on how extreme the biome temperature is [range: 0.0 ~ 3.4028235E38, default: 1.25]

# 根据生物群落温度的极端程度,在白天/黑夜中将温度增加/减少乘以的量

    S:"Time Extremity Multiplier"=1.25


    # The amount to increase/decrease the temperature by in the middle of the day/night [range: 0 ~ 2147483647, default: 9]

# 在白天/黑夜中升高/降低温度的量

    I:"Time Modifier"=9


    # The amount to decrease the temperature by when wet [range: -2147483648 ~ 0, default: -7]

# 潮湿时降低温度的量

    I:"Wet Modifier"=-7

}



"rate settings" {

    # The maximum number of ticks before the temperature changes [range: 20 ~ 2147483647, default: 400]

# 温度变化前的最大 tick 数

    I:"Base Temperature Change Ticks"=400


    # The maximum number of ticks to reduce the base rate by [range: 20 ~ 2147483647, default: 380]

# 将基础费率降低的最大 tick 数

    I:"Max Rate Modifier"=380

}