1
0
mirror of https://github.com/t-affeldt/regional_weather.git synced 2025-09-14 12:25:19 +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,

View File

@@ -22,6 +22,8 @@ effects["climate_api:sound"] = {
gain = 1
}
effects["regional_weather:lightning"] = 1 / 20
effects["climate_api:particles"] = {
boxsize = { x = 18, y = 0, z = 18 },
v_offset = 7,