Sif Weather and Temp Part 1 (#7179)

This commit is contained in:
FluffMedic
2023-11-07 13:36:08 +01:00
committed by GitHub
parent aae9676187
commit a1a3a336b9
5 changed files with 34 additions and 4 deletions
+17
View File
@@ -0,0 +1,17 @@
/datum/weather/sif/fog
name = "fog"
icon_state = "fog"
wind_high = 1
wind_low = 0
light_modifier = 0.7
temp_high = T0C // 0c
temp_low = 263.15 // -10c
transition_chances = list(
WEATHER_FOG = 35,
WEATHER_CLEAR = 35,
WEATHER_OVERCAST = 15,
WEATHER_LIGHT_SNOW = 10,
WEATHER_RAIN = 5
)