summaryrefslogtreecommitdiff
path: root/monsters
diff options
context:
space:
mode:
authorLedmitz <69915785+Ledmitz@users.noreply.github.com>2020-09-30 22:20:50 +0000
committerGitHub <noreply@github.com>2020-09-30 22:20:50 +0000
commit121669daa688cc7cccf4a2d1345047fda4bc1d4a (patch)
treee52bd654d2adee0e8c787e32a4361879d3d3cc03 /monsters
parent0cde6972c30f166d5d604b055e18bfa946e23cf9 (diff)
downloadclientdata-121669daa688cc7cccf4a2d1345047fda4bc1d4a.tar.gz
clientdata-121669daa688cc7cccf4a2d1345047fda4bc1d4a.tar.bz2
clientdata-121669daa688cc7cccf4a2d1345047fda4bc1d4a.tar.xz
clientdata-121669daa688cc7cccf4a2d1345047fda4bc1d4a.zip
Added tengu sounds. (#393)
Diffstat (limited to 'monsters')
-rw-r--r--monsters/monster1140_Tengu.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/monsters/monster1140_Tengu.xml b/monsters/monster1140_Tengu.xml
index 25a2e4e6..a9f91e91 100644
--- a/monsters/monster1140_Tengu.xml
+++ b/monsters/monster1140_Tengu.xml
@@ -2,5 +2,13 @@
<monsters offset="0">
<monster id="1140" name="Tengu">
<sprite>monsters/tengu.xml</sprite>
+ <sound event="die">monsters/tengu/die1.ogg</sound>
+ <sound event="hit">monsters/tengu/hit1.ogg</sound>
+ <sound event="hit">monsters/tengu/hit2.ogg</sound>
+ <sound event="hit">monsters/tengu/hit3.ogg</sound>
+ <sound event="hurt">monsters/tengu/hurt1.ogg</sound>
+ <sound event="hurt">monsters/tengu/hurt2.ogg</sound>
+ <sound event="hurt">monsters/tengu/hurt3.ogg</sound>
+ <sound event="miss">monsters/tengu/miss1.ogg</sound>
</monster>
</monsters>