Add supercritical sounds for ALL anomalies (#36425)

* add supercritical sounds for flesh anomaly and shadow anomaly

* fix attribution yml

* use sound collections, add TWO -- count em TWO tech anomaly supercrit sounds.

* add sound for present anomaly

* wrong soundcollection for flesh

* actually add the present anomaly sound...

* add fire anom sound

* add gravity anomaly supercritical sound

* add electric anomaly supercritical sound

* add bluespace anomaly supercritical and explosion sound

* add ice anomaly supercritical sound

* add fluid anomaly supercritical sound

* fix busted link

* typo

* add floral supercritical sound, fix typos

* Add supercritical sounds to injected anomalies

* add rock anomaly supercritical sound

* supercritical sound follows the entity, important for injected anomalies

* make the rock crit rumble a little less subtle at the start

* use CC0 freesound alternatives where available

* New pyro anomaly sound by GonTar

* New sounds by GonTar. Change AnomalyComponent so that you can change the length of supercritical properly in the prototype.

* oopsie, forgot the traps

* use TimeSpan for duration
This commit is contained in:
Quantum-cross
2025-07-17 13:01:37 -04:00
committed by GitHub
parent 535646aefb
commit 17559db1c7
20 changed files with 234 additions and 12 deletions

View File

@@ -0,0 +1,59 @@
- type: soundCollection
id: AnomalyFleshSupercritical
files:
- /Audio/Items/Anomaly/flesh_crit.ogg
- type: soundCollection
id: AnomalyShadowSupercritical
files:
- /Audio/Items/Anomaly/shadow_crit.ogg
- type: soundCollection
id: AnomalyTechSupercritical
files:
- /Audio/Items/Anomaly/tech_crit.ogg
- type: soundCollection
id: AnomalyPresentSupercritical
files:
- /Audio/Items/Anomaly/present_crit.ogg
- type: soundCollection
id: AnomalyPyroSupercritical
files:
- /Audio/Items/Anomaly/pyro_crit.ogg
- type: soundCollection
id: AnomalyGravitySupercritical
files:
- /Audio/Items/Anomaly/grav_crit.ogg
- type: soundCollection
id: AnomalyElectricitySupercritical
files:
- /Audio/Items/Anomaly/electricity_crit.ogg
- type: soundCollection
id: AnomalyBluespaceSupercritical
files:
- /Audio/Items/Anomaly/bluespace_crit.ogg
- type: soundCollection
id: AnomalyIceSupercritical
files:
- /Audio/Items/Anomaly/ice_crit.ogg
- type: soundCollection
id: AnomalyFluidSupercritical
files:
- /Audio/Items/Anomaly/fluid_crit.ogg
- type: soundCollection
id: AnomalyFloraSupercritical
files:
- /Audio/Items/Anomaly/flora_crit.ogg
- type: soundCollection
id: AnomalyRockSupercritical
files:
- /Audio/Items/Anomaly/rock_crit.ogg