mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
Yet Another Mech Quality Of Life PR (#22916)
This was originally just going to be a PR that improves quality of life for the mining mech, which *STILL* felt worse than mining by hand even after my last time buffing it. But then I got sidetracked with adding more sound effects to mechs, and now they have a "bitching betty" as well as a reactor hum sound loop. Including even more audible feedback for when the mech takes damage. https://github.com/user-attachments/assets/5f2020f4-55fd-4e36-8368-471522aad4fa
This commit is contained in:
@@ -196,3 +196,16 @@
|
||||
mid_length = 3 SECONDS
|
||||
volume = 75 // This sounds is rather quiet and needs a higher volume then anticipated for a background noise
|
||||
ignore_walls = FALSE
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/datum/looping_sound/mech_power
|
||||
start_sound = 'sound/mecha/nominal.ogg'
|
||||
start_length = 0.5 SECONDS
|
||||
start_volume = 100
|
||||
mid_sounds = list('sound/mecha/mechambience.ogg' = 1)
|
||||
mid_length = 5 SECONDS
|
||||
falloff_exponent = SOUND_FALLOFF_EXPONENT + 4 // Makes the reactor hum loud inside the cockpit, and quiet outside it.
|
||||
end_sound = 'sound/mecha/mech-shutdown.ogg'
|
||||
end_volume = 100
|
||||
volume = 50
|
||||
|
||||
Reference in New Issue
Block a user