mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 09:03:23 +01:00
a9b7df1955
* The least confident I've been in a change in awhile * I FORGOT THE RETURN WHY WAS THIS WORKING IN TESTING AAA * the or 1 works now???? * Farie's request Co-authored-by: Farie82 <farie82@users.noreply.github.com> --------- Co-authored-by: Farie82 <farie82@users.noreply.github.com>
56 lines
1.8 KiB
Plaintext
56 lines
1.8 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 = 80
|
|
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
|