mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-09 15:59:24 +00:00
* [ready]Heretic new path : Path of Void [sprites approved] (#54252) * E * E * E * E * E * E * VOID FINALLY * E * E * E * VOID STORM * e * Update code/modules/antagonists/eldritch_cult/eldritch_items.dm Co-authored-by: Rohesie <rohesie@ gmail.com> * Update code/modules/antagonists/eldritch_cult/eldritch_items.dm Co-authored-by: Rohesie <rohesie@ gmail.com> * Update code/modules/antagonists/eldritch_cult/eldritch_magic.dm Co-authored-by: Rohesie <rohesie@ gmail.com> * Update code/modules/antagonists/eldritch_cult/eldritch_magic.dm Co-authored-by: Rohesie <rohesie@ gmail.com> * E * FUCKING FINALLY * E * E * Voids Embrace * E * E * E * E * some changes * E * E * E * EEE * E * E * Update code/modules/antagonists/eldritch_cult/eldritch_items.dm Co-authored-by: necromanceranne <40847847+necromanceranne@ users.noreply.github.com> * Update code/modules/antagonists/eldritch_cult/eldritch_items.dm Co-authored-by: necromanceranne <40847847+necromanceranne@ users.noreply.github.com> * Update code/modules/antagonists/eldritch_cult/eldritch_items.dm Co-authored-by: necromanceranne <40847847+necromanceranne@ users.noreply.github.com> * Update code/modules/antagonists/eldritch_cult/eldritch_items.dm Co-authored-by: necromanceranne <40847847+necromanceranne@ users.noreply.github.com> * Update code/modules/antagonists/eldritch_cult/eldritch_items.dm Co-authored-by: girl <11748095+ExcessiveUseOfCobblestone@ users.noreply.github.com> * Apply suggestions from code review Co-authored-by: ATH1909 <42606352+ATH1909@ users.noreply.github.com> * E * E * E * MERGE READY UWU * Update code/modules/clothing/suits/toggles.dm Co-authored-by: Rohesie <rohesie@ gmail.com> Co-authored-by: necromanceranne <40847847+necromanceranne@ users.noreply.github.com> Co-authored-by: girl <11748095+ExcessiveUseOfCobblestone@ users.noreply.github.com> Co-authored-by: ATH1909 <42606352+ATH1909@ users.noreply.github.com> * [ready]Heretic new path : Path of Void [sprites approved] Co-authored-by: EdgeLordExe <42111655+EdgeLordExe@users.noreply.github.com> Co-authored-by: Rohesie <rohesie@ gmail.com> Co-authored-by: necromanceranne <40847847+necromanceranne@ users.noreply.github.com> Co-authored-by: girl <11748095+ExcessiveUseOfCobblestone@ users.noreply.github.com> Co-authored-by: ATH1909 <42606352+ATH1909@ users.noreply.github.com>
57 lines
1.8 KiB
Plaintext
57 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
|
|
|
|
/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
|
|
|
|
/datum/looping_sound/void_loop
|
|
mid_sounds = list('sound/ambience/VoidsEmbrace.ogg'=1)
|
|
mid_length = 1669 // exact length of the music in ticks
|
|
volume = 100
|
|
extra_range = 30
|
|
|
|
/datum/looping_sound/void_loop/start(atom/add_thing)
|
|
. = ..()
|