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

Update to new wind system, make puddles rotational, change hail conditions

This commit is contained in:
Till Affeldt
2020-05-13 16:05:21 +02:00
parent e874daa894
commit 2d289abbd1
4 changed files with 64 additions and 59 deletions

View File

@ -3,6 +3,7 @@ local name = "regional_weather:hail"
local conditions = {
min_height = regional_weather.settings.min_height,
max_height = regional_weather.settings.max_height,
min_heat = 30,
max_heat = 45,
min_humidity = 65,
min_windspeed = 2.5,
@ -12,7 +13,7 @@ local conditions = {
local effects = {}
effects["climate_api:damage"] = {
chance = 15,
rarity = 15,
value = 3,
check = {
type = "raycast",