Add datastorage, fix player_monoids support, tweak wind

This commit is contained in:
Till Affeldt
2020-04-10 03:06:57 +02:00
parent dd73a0df17
commit dd8b07056a
10 changed files with 115 additions and 24 deletions

View File

@ -10,11 +10,11 @@ config.sound = {
config.conditions = {
min_height = weather_mod.settings.min_height,
max_height = weather_mod.settings.max_height,
min_windspeed = 5
min_windspeed = 3.5
}
local function override(params)
local avg_windspeed = 6
local avg_windspeed = 5
local intensity = params.windspeed / avg_windspeed
local dynamic_config = {
sound = {