mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 07:59:08 +01:00
weather continued
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
/datum/weather/fog
|
||||
name = "Heavy fog"
|
||||
desc = "Rising clouds results in low visibiliy and fuck shit piss cum."
|
||||
|
||||
telegraph_message = "<span class='warning'>Rolling clouds begin to loom and engulf the station.</span>"
|
||||
telegraph_duration = 300
|
||||
telegraph_overlay = "fog1"
|
||||
|
||||
weather_message = "<span class='boldwarning'><i>Clouds sweep up the station and engulf it within a hazy fog.</i></span>"
|
||||
weather_duration_lower = 600
|
||||
weather_duration_upper = 1200
|
||||
weather_overlay = "fog2"
|
||||
|
||||
end_message = "<span class='boldannounce'>Passing clouds slowly fade away.</span>"
|
||||
end_duration = 300
|
||||
end_overlay = "fog1"
|
||||
|
||||
area_type = /area/layenia
|
||||
target_trait = ZTRAIT_STATION
|
||||
|
||||
probability = 100
|
||||
|
||||
barometer_predictable = TRUE
|
||||
|
||||
aesthetic = TRUE
|
||||
@@ -0,0 +1,35 @@
|
||||
/datum/weather/layenia
|
||||
name = "Layenia Weather"
|
||||
desc = "A subset of weather affecting Layenia"
|
||||
|
||||
telegraph_message = "<span class='warning'>Thundering clouds pass overhead, swept up by a steady wind.</span>"
|
||||
telegraph_duration = 300
|
||||
telegraph_overlay = "light_snow"
|
||||
telegraph_sound = 'sound/ambience/acidrain_start.ogg'
|
||||
|
||||
weather_message = "<span class='boldwarning'><i>Clouds storm over the station slowly...</i></span>"
|
||||
weather_duration_lower = 600
|
||||
weather_duration_upper = 8200
|
||||
weather_overlay = "snow_storm"
|
||||
weather_sound = 'sound/ambience/acidrain_mid.ogg'
|
||||
|
||||
end_message = "<span class='boldannounce'>Sunlight arches over the station once more; the storm has passed.</span>"
|
||||
end_duration = 300
|
||||
end_overlay = "light_snow"
|
||||
end_sound = 'sound/ambience/acidrain_end.ogg'
|
||||
|
||||
area_type = /area/layenia
|
||||
target_trait = ZTRAIT_AWAY
|
||||
|
||||
probability = 100
|
||||
|
||||
barometer_predictable = TRUE
|
||||
|
||||
|
||||
///datum/weather/layenia/telegraph()
|
||||
|
||||
///datum/weather/layenia/start()
|
||||
|
||||
///datum/weather/layenia/wind_down()
|
||||
|
||||
///datum/weather/layenia/end()
|
||||
Reference in New Issue
Block a user