mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-01 05:02:33 +00:00
48 lines
1.6 KiB
Plaintext
48 lines
1.6 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
|
|
|
|
/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
|
|
|
|
/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
|
|
|
|
/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
|