From 59a5e7f67de6f6d7ef63fa5ad93dfb0254a9390c Mon Sep 17 00:00:00 2001 From: Natalie Date: Wed, 29 Apr 2026 04:38:52 -0400 Subject: [PATCH] =?UTF-8?q?fix(@projects/@magic-civilization):=20?= =?UTF-8?q?=F0=9F=90=9B=20update=20audio=20descriptions=20and=20stream=20p?= =?UTF-8?q?aths?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- public/games/age-of-dwarves/data/audio.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/public/games/age-of-dwarves/data/audio.json b/public/games/age-of-dwarves/data/audio.json index 8544c36c..e64fcee4 100644 --- a/public/games/age-of-dwarves/data/audio.json +++ b/public/games/age-of-dwarves/data/audio.json @@ -137,7 +137,7 @@ "stream": "audio/sfx/culture_researched.ogg", "volume_db": -5.0, "bus": "SFX", - "description": "Drum + chant when a cultural tradition completes." + "description": "Bright UI confirmation chime on cultural-tradition completion." }, "wild_spawn": { "stream": "audio/sfx/fauna/spawn.ogg", @@ -307,17 +307,20 @@ "weather.blizzard": { "stream": "audio/sfx/weather/blizzard.ogg", "volume_db": -8.0, - "bus": "SFX" + "bus": "SFX", + "description": "Ethereal high-frequency loop — icy wind cue." }, "weather.heat_wave": { "stream": "audio/sfx/weather/heat_wave.ogg", "volume_db": -10.0, - "bus": "SFX" + "bus": "SFX", + "description": "Shimmering mid-frequency drone — heat-wave cue." }, "weather.drought": { "stream": "audio/sfx/weather/drought.ogg", "volume_db": -12.0, - "bus": "SFX" + "bus": "SFX", + "description": "Dry low-frequency drone — drought cue." }, "weather.tornado": { "stream": "audio/sfx/weather/tornado.ogg", @@ -357,7 +360,7 @@ "stream": "audio/sfx/units/support_attack.ogg", "volume_db": -7.0, "bus": "SFX", - "description": "Light shove — support unit's contributory action." + "description": "Soft string pluck — support unit's contributory action." }, "unit.support.hit": { "stream": "audio/sfx/units/support_hit.ogg", @@ -468,7 +471,7 @@ "description": "Generic fall thud — last-resort fallback for unclassified entities." }, "spawn": { - "stream": "audio/sfx/wild_spawn.ogg", + "stream": "audio/sfx/fauna/spawn.ogg", "volume_db": -9.0, "bus": "SFX", "description": "Brush rustle — bare-kind fallback (aliases wild_spawn texture for unclassified spawn events)."