mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
* ddsadsa ddsadsa * beginning * more progress * oops saved * radar workin now * bugfixing and tweaks * working on volcano * tweaking * ill figure this out later * testing still * MORE testing * gunna cry * PROGRESS!!! * volcano DONE * starting the acid rain * acid rain code complete * starting windstorm * more bugfixing... * its finished! need to bugtest * bugfixing * bugfixing * forgot prob values * spacing fix for linter * linter fix * undefining things * Update code/datums/weather/weather_types/lavaland_weather.dm Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * Update code/datums/weather/weather_types/lavaland_weather.dm Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * Update code/game/machinery/radar.dm Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * Update code/datums/weather/weather_types/lavaland_weather.dm Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * Update code/game/machinery/radar.dm Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * Update code/game/machinery/radar.dm Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * misc fixes/changes * updated the doppler tower * small tweaks * still trying to get pods to work * better support for sound transition to newly placed shelters * minor fixes * this didnt take oops * nudged the probabilities * deconflicting * Update code/datums/weather/weather_types/lavaland_weather.dm Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * Update code/game/machinery/radar.dm Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * Update code/game/machinery/radar.dm Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * Update code/game/machinery/radar.dm Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * applied requested fixes * master update * updates * this should be here * Apply suggestions from code review Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> * requested fixes * sound tweaks * remove debug message * turned down ash storm sound * fix gulag weather and attempt to fix sound overlap * blackbox weather and title-case ash storms * change up probabilities and bump acid rain melt chance * another title case * starting on issues * revert some changes * tiny tweak * reworked acid rain a bit * small tweaks to sleepers * moderate again * revert * ups the rocks * bug fixes --------- Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com> Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
97 lines
3.0 KiB
Plaintext
97 lines
3.0 KiB
Plaintext
/datum/looping_sound/active_outside_ashstorm
|
|
mid_sounds = list(
|
|
'sound/weather/ashstorm/outside/active_mid1.ogg' = 1,
|
|
'sound/weather/ashstorm/outside/active_mid1.ogg' = 1,
|
|
'sound/weather/ashstorm/outside/active_mid1.ogg' = 1
|
|
)
|
|
mid_length = 65
|
|
start_sound = 'sound/weather/ashstorm/outside/active_start.ogg'
|
|
start_length = 130
|
|
end_sound = 'sound/weather/ashstorm/outside/active_end.ogg'
|
|
volume = 80
|
|
area_sound = TRUE
|
|
channel = CHANNEL_ASH_STORM
|
|
|
|
/datum/looping_sound/active_inside_ashstorm
|
|
mid_sounds = list(
|
|
'sound/weather/ashstorm/inside/active_mid1.ogg' = 1,
|
|
'sound/weather/ashstorm/inside/active_mid2.ogg' = 1,
|
|
'sound/weather/ashstorm/inside/active_mid3.ogg' = 1
|
|
)
|
|
mid_length = 80
|
|
start_sound = 'sound/weather/ashstorm/inside/active_start.ogg'
|
|
start_length = 130
|
|
end_sound = 'sound/weather/ashstorm/inside/active_end.ogg'
|
|
volume = 60
|
|
area_sound = TRUE
|
|
channel = CHANNEL_ASH_STORM
|
|
|
|
/datum/looping_sound/weak_outside_ashstorm
|
|
mid_sounds = list(
|
|
'sound/weather/ashstorm/outside/weak_mid1.ogg' = 1,
|
|
'sound/weather/ashstorm/outside/weak_mid2.ogg' = 1,
|
|
'sound/weather/ashstorm/outside/weak_mid3.ogg' = 1
|
|
)
|
|
mid_length = 80
|
|
start_sound = 'sound/weather/ashstorm/outside/weak_start.ogg'
|
|
start_length = 130
|
|
end_sound = 'sound/weather/ashstorm/outside/weak_end.ogg'
|
|
volume = 50
|
|
area_sound = TRUE
|
|
channel = CHANNEL_ASH_STORM
|
|
|
|
/datum/looping_sound/weak_inside_ashstorm
|
|
mid_sounds = list(
|
|
'sound/weather/ashstorm/inside/weak_mid1.ogg' = 1,
|
|
'sound/weather/ashstorm/inside/weak_mid2.ogg' = 1,
|
|
'sound/weather/ashstorm/inside/weak_mid3.ogg' = 1
|
|
)
|
|
mid_length = 80
|
|
start_sound = 'sound/weather/ashstorm/inside/weak_start.ogg'
|
|
start_length = 130
|
|
end_sound = 'sound/weather/ashstorm/inside/weak_end.ogg'
|
|
volume = 30
|
|
area_sound = TRUE
|
|
channel = CHANNEL_ASH_STORM
|
|
|
|
/datum/looping_sound/active_outside_acid
|
|
mid_sounds = 'sound/weather/acid/outside/active_mid1.ogg'
|
|
mid_length = 105
|
|
start_sound = list('sound/weather/acid/outside/active_start.ogg' = 1)
|
|
start_length = 130
|
|
end_sound = 'sound/weather/acid/outside/active_end.ogg'
|
|
volume = 65
|
|
area_sound = TRUE
|
|
channel = CHANNEL_ASH_STORM
|
|
|
|
/datum/looping_sound/weak_outside_acid
|
|
mid_sounds ='sound/weather/acid/outside/weak_mid1.ogg'
|
|
mid_length = 120
|
|
start_sound = list('sound/weather/acid/outside/weak_start.ogg' = 1)
|
|
start_length = 130
|
|
end_sound = 'sound/weather/acid/outside/weak_end.ogg'
|
|
volume = 60
|
|
area_sound = TRUE
|
|
channel = CHANNEL_ASH_STORM
|
|
|
|
/datum/looping_sound/active_inside_acid
|
|
mid_sounds = 'sound/weather/acid/inside/active_mid1.ogg'
|
|
mid_length = 105
|
|
start_sound = list('sound/weather/acid/inside/active_start.ogg' = 1)
|
|
start_length = 130
|
|
end_sound = 'sound/weather/acid/inside/active_end.ogg'
|
|
volume = 50
|
|
area_sound = TRUE
|
|
channel = CHANNEL_ASH_STORM
|
|
|
|
/datum/looping_sound/weak_inside_acid
|
|
mid_sounds = 'sound/weather/acid/inside/weak_mid1.ogg'
|
|
mid_length = 105
|
|
start_sound = list('sound/weather/acid/inside/weak_start.ogg' = 1)
|
|
start_length = 130
|
|
end_sound = 'sound/weather/acid/inside/weak_end.ogg'
|
|
volume = 50
|
|
area_sound = TRUE
|
|
channel = CHANNEL_ASH_STORM
|
|
|