diff options
author | Ledmitz <69915785+Ledmitz@users.noreply.github.com> | 2022-04-26 16:20:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 13:20:58 -0300 |
commit | 3fb27d44906765a9e1155356332fb3495b9742b2 (patch) | |
tree | d40d5581b1ede8ee652859888eea54f1e286b4a5 /effects.xml | |
parent | f50873cb4ee14355b1065b153a351658748e76b6 (diff) | |
download | clientdata-3fb27d44906765a9e1155356332fb3495b9742b2.tar.gz clientdata-3fb27d44906765a9e1155356332fb3495b9742b2.tar.bz2 clientdata-3fb27d44906765a9e1155356332fb3495b9742b2.tar.xz clientdata-3fb27d44906765a9e1155356332fb3495b9742b2.zip |
Added boom and crit sounds to effects and altered grenadier to use them (#387)
* Added boom and crit sounds to effects and altered grenadier to use them
* Added attribution to license.md
Diffstat (limited to 'effects.xml')
-rw-r--r-- | effects.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/effects.xml b/effects.xml index 5541eb98..ac22ce15 100644 --- a/effects.xml +++ b/effects.xml @@ -62,9 +62,9 @@ <effect id="26" particle="graphics/particles/hit.particle.xml"/> <!-- #frillyar (arrow hail) hit --> <effect id="27" particle="graphics/particles/arrow-hail.xml"/> - <effect id="28" particle="graphics/particles/crit.particle.xml"/> - <effect id="30" particle="graphics/particles/large-explosion.xml"/> - <effect id="31" particle="graphics/particles/medium-explosion.xml"/> + <effect id="28" audio="system/crit.ogg" particle="graphics/particles/crit.particle.xml"/> + <effect id="30" audio="system/boom.ogg" particle="graphics/particles/large-explosion.xml"/> + <effect id="31" audio="system/crit.ogg" particle="graphics/particles/medium-explosion.xml"/> <effect id="32" particle="graphics/particles/medium-smoke.xml"/> <!-- Illia quest effects --> <effect id="33" particle="graphics/particles/medium-blindinglight.xml"/> |