1
0
mirror of https://github.com/t-affeldt/regional_weather.git synced 2025-07-20 09:20:29 +02:00

Tweak weather conditions

This commit is contained in:
Till Affeldt
2020-04-13 13:40:36 +02:00
parent 5b3ddf895c
commit c43e972e83
6 changed files with 12 additions and 10 deletions

View File

@ -3,8 +3,8 @@ local name = "regional_weather:snow_heavy"
local conditions = {
min_height = regional_weather.settings.min_height,
max_height = regional_weather.settings.max_height,
max_heat = 40,
min_humidity = 55
max_heat = 30,
min_humidity = 65
}
local effects = {}