summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-06 19:16:34 +0000
committerJesusaves <cpntb1@ymail.com>2020-12-06 19:16:34 +0000
commit06135f5f9c89342df0527d016d0901e387d12d01 (patch)
treefa487d0f0171dccf4e994d8c3b9a94d9fa67ff32 /monsters.xml
parent480c851eed44a85f31ff9a6bad4eab0ebf16ca8c (diff)
parent8eb889e9d9e2a4741b934f49129ab7f2389cb071 (diff)
downloadclientdata-06135f5f9c89342df0527d016d0901e387d12d01.tar.gz
clientdata-06135f5f9c89342df0527d016d0901e387d12d01.tar.bz2
clientdata-06135f5f9c89342df0527d016d0901e387d12d01.tar.xz
clientdata-06135f5f9c89342df0527d016d0901e387d12d01.zip
Merge branch 'Maggot_sfx' into 'master'
Added Maggot sfx from TMW See merge request evol/clientdata!190
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml
index 488ce0dc..fb79a086 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -187,12 +187,24 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
</monster>
<monster id="1026" name="Maggot" walkType="walk" targetCursor="small">
<sprite>monsters/maggot.xml</sprite>
+ <sound event="die">monsters/maggot/die1.ogg</sound>
+ <sound event="hit">monsters/maggot/hit1.ogg</sound>
+ <sound event="hit">monsters/maggot/hit2.ogg</sound>
+ <sound event="miss">monsters/maggot/miss1.ogg</sound>
</monster>
<monster id="1027" name="Cave Maggot" walkType="walk" targetCursor="small">
<sprite>monsters/maggot.xml|#0f1315,242214,652b51,6f706f</sprite>
+ <sound event="die">monsters/maggot/die1.ogg</sound>
+ <sound event="hit">monsters/maggot/hit1.ogg</sound>
+ <sound event="hit">monsters/maggot/hit2.ogg</sound>
+ <sound event="miss">monsters/maggot/miss1.ogg</sound>
</monster>
<monster id="1028" name="Forest Maggot" walkType="walk" targetCursor="small">
<sprite>monsters/maggot.xml|#121c14,223626,334f38,3d5e3d,5e915e</sprite>
+ <sound event="die">monsters/maggot/die1.ogg</sound>
+ <sound event="hit">monsters/maggot/hit1.ogg</sound>
+ <sound event="hit">monsters/maggot/hit2.ogg</sound>
+ <sound event="miss">monsters/maggot/miss1.ogg</sound>
</monster>
<monster id="1029" name="Bee" walkType="fly" targetCursor="small">
<sprite>monsters/bee.xml</sprite>