File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ var/global/datum/planet/sif/planet_sif = null
206
206
icon_state = " snowfall_med"
207
207
temp_high = T0C // 0c
208
208
temp_low = 243.15 // -30c
209
- wind_high = 2
209
+ wind_high = 1
210
210
wind_low = 0
211
211
light_modifier = 0.5
212
212
flight_failure_modifier = 5
@@ -242,7 +242,7 @@ var/global/datum/planet/sif/planet_sif = null
242
242
icon_state = " snowfall_heavy"
243
243
temp_high = 243.15 // -30c
244
244
temp_low = 233.15 // -40c
245
- wind_high = 4
245
+ wind_high = 3
246
246
wind_low = 2
247
247
light_modifier = 0.3
248
248
flight_failure_modifier = 10
@@ -276,7 +276,7 @@ var/global/datum/planet/sif/planet_sif = null
276
276
name = " rain"
277
277
icon_state = " rain"
278
278
wind_high = 2
279
- wind_low = 1
279
+ wind_low = 0
280
280
light_modifier = 0.5
281
281
effect_message = " <span class='warning'>Rain falls on you.</span>"
282
282
@@ -321,8 +321,8 @@ var/global/datum/planet/sif/planet_sif = null
321
321
icon_state = " storm"
322
322
temp_high = 243.15 // -30c
323
323
temp_low = 233.15 // -40c
324
- wind_high = 4
325
- wind_low = 2
324
+ wind_high = 3
325
+ wind_low = 1
326
326
light_modifier = 0.3
327
327
flight_failure_modifier = 10
328
328
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
498
498
light_color = " #FF0000"
499
499
temp_high = 323.15 // 50c
500
500
temp_low = 313.15 // 40c
501
- wind_high = 6
502
- wind_low = 3
501
+ wind_high = 3
502
+ wind_low = 2
503
503
flight_failure_modifier = 50
504
504
transition_chances = list (
505
505
WEATHER_ASH_STORM = 100
You can’t perform that action at this time.
0 commit comments