New weather: Extreme Monsoon (#8704)

This commit is contained in:
tacoguy7765093
2024-07-29 21:02:55 +02:00
committed by GitHub
parent e7ca397c5f
commit 7bc4197878
11 changed files with 369 additions and 14 deletions
+26 -2
View File
@@ -77,7 +77,7 @@
// CHOMPEdit End: Replace Rain sounds with something not-garbage.
/datum/looping_sound/weather/rain/indoors
volume = 20
// CHOMPEdit Start: Proper storm sounds!
/datum/looping_sound/weather/storm
mid_sounds = list(
@@ -99,4 +99,28 @@
// CHOMPEdit End: Proper storm sounds!
/datum/looping_sound/weather/storm/indoors
volume = 20
volume = 20
//CHOMPEDIT start
/datum/looping_sound/weather/rainrumble
mid_sounds = 'sound/effects/weather/downpour/rainrumble.ogg'
mid_length = 35 SECONDS
/datum/looping_sound/weather/rainrumble/indoors
volume = 30
/datum/looping_sound/weather/rainheavy
mid_sounds = list(
'sound/effects/weather/downpour/rainheavy.ogg' = 1,
'sound/effects/weather/downpour/rainheavy2.ogg' = 1
)
mid_length = 35 SECONDS
/datum/looping_sound/weather/rainextreme
mid_sounds = 'sound/effects/weather/downpour/rainextreme.ogg'
mid_length = 37 SECONDS
volume = 80
/datum/looping_sound/weather/rainindoors
mid_sounds = 'sound/effects/weather/downpour/rainindoors.ogg'
mid_length = 24 SECONDS
//CHOMPEDIT end