mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
Sif Weather and Temp Part 1 (#7179)
This commit is contained in:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user