fix(@projects/@magic-civilization): 🐛 update audio descriptions and stream paths
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
fd74a859d7
commit
59a5e7f67d
1 changed files with 9 additions and 6 deletions
|
|
@ -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)."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue