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

Adjust lightning chances and update speed buff to new API

This commit is contained in:
Till Affeldt
2020-05-12 16:01:13 +02:00
parent 231642af2f
commit e874daa894
4 changed files with 18 additions and 8 deletions

View File

@ -26,13 +26,15 @@ effects["climate_api:sound"] = {
gain = 1
}
effects["regional_weather:lightning"] = 1 / 30
local textures = {}
for i = 1,5 do
textures[i] = "weather_hail" .. i .. ".png"
end
effects["climate_api:particles"] = {
boxsize = { x = 18, y = 0, z = 18},
boxsize = { x = 18, y = 0, z = 18 },
v_offset = 7,
velocity = 20,
amount = 6,