Slows down wind speeds

This commit is contained in:
atermonera
2022-07-06 10:24:50 -08:00
parent 4bfa02260e
commit 96cd6393b8

View File

@@ -206,7 +206,7 @@ var/global/datum/planet/sif/planet_sif = null
icon_state = "snowfall_med"
temp_high = T0C // 0c
temp_low = 243.15 // -30c
wind_high = 2
wind_high = 1
wind_low = 0
light_modifier = 0.5
flight_failure_modifier = 5
@@ -242,7 +242,7 @@ var/global/datum/planet/sif/planet_sif = null
icon_state = "snowfall_heavy"
temp_high = 243.15 // -30c
temp_low = 233.15 // -40c
wind_high = 4
wind_high = 3
wind_low = 2
light_modifier = 0.3
flight_failure_modifier = 10
@@ -276,7 +276,7 @@ var/global/datum/planet/sif/planet_sif = null
name = "rain"
icon_state = "rain"
wind_high = 2
wind_low = 1
wind_low = 0
light_modifier = 0.5
effect_message = "<span class='warning'>Rain falls on you.</span>"
@@ -321,8 +321,8 @@ var/global/datum/planet/sif/planet_sif = null
icon_state = "storm"
temp_high = 243.15 // -30c
temp_low = 233.15 // -40c
wind_high = 4
wind_low = 2
wind_high = 3
wind_low = 1
light_modifier = 0.3
flight_failure_modifier = 10
effect_message = "<span class='warning'>Rain falls on you, drenching you in water.</span>"
@@ -498,8 +498,8 @@ var/global/datum/planet/sif/planet_sif = null
light_color = "#FF0000"
temp_high = 323.15 // 50c
temp_low = 313.15 // 40c
wind_high = 6
wind_low = 3
wind_high = 3
wind_low = 2
flight_failure_modifier = 50
transition_chances = list(
WEATHER_ASH_STORM = 100