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:
@ -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,
|
||||
|
Reference in New Issue
Block a user