diff options
author | Ledmitz <69915785+Ledmitz@users.noreply.github.com> | 2020-09-30 22:19:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-30 22:19:50 +0000 |
commit | 0cde6972c30f166d5d604b055e18bfa946e23cf9 (patch) | |
tree | 41af9e15f985c6c052d2911cc492ae518ccfbe9d /monsters | |
parent | 190ffb4d142a8c5140e5cd8e460cd48fd591551a (diff) | |
download | clientdata-0cde6972c30f166d5d604b055e18bfa946e23cf9.tar.gz clientdata-0cde6972c30f166d5d604b055e18bfa946e23cf9.tar.bz2 clientdata-0cde6972c30f166d5d604b055e18bfa946e23cf9.tar.xz clientdata-0cde6972c30f166d5d604b055e18bfa946e23cf9.zip |
Added hit and miss sounds for Golems.
To do: hurt (if wanted) (#394)
Diffstat (limited to 'monsters')
-rw-r--r-- | monsters/monster1145_Golem.xml | 2 | ||||
-rw-r--r-- | monsters/monster1148_DoomGolem.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/monsters/monster1145_Golem.xml b/monsters/monster1145_Golem.xml index acac797d..63d8e6ee 100644 --- a/monsters/monster1145_Golem.xml +++ b/monsters/monster1145_Golem.xml @@ -5,5 +5,7 @@ <!-- No folder for this --> <attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/fire-burst.xml" action="attack"/> <sound event="die">monsters/golem/die.ogg</sound> + <sound event="hit">monsters/golem/hit1.ogg</sound> + <sound event="miss">monsters/golem/miss1.ogg</sound> </monster> </monsters> diff --git a/monsters/monster1148_DoomGolem.xml b/monsters/monster1148_DoomGolem.xml index 9059f45d..e1b8027a 100644 --- a/monsters/monster1148_DoomGolem.xml +++ b/monsters/monster1148_DoomGolem.xml @@ -4,5 +4,7 @@ <sprite>monsters/golem-red.xml</sprite> <attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/fire-burst.xml" action="attack"/> <sound event="die">monsters/golem/die.ogg</sound> + <sound event="hit">monsters/golem/hit1.ogg</sound> + <sound event="miss">monsters/golem/miss1.ogg</sound> </monster> </monsters> |