mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-07-11 21:00:30 +02:00
Add datastorage, fix player_monoids support, tweak wind
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user