mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-04 06:22:38 +00:00
Slows down wind speeds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user