summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2020-11-10 22:07:43 +0000
committerJesusaves <cpntb1@ymail.com>2020-12-06 19:14:04 +0000
commit8eb889e9d9e2a4741b934f49129ab7f2389cb071 (patch)
treefa487d0f0171dccf4e994d8c3b9a94d9fa67ff32 /monsters.xml
parent480c851eed44a85f31ff9a6bad4eab0ebf16ca8c (diff)
downloadclientdata-8eb889e9d9e2a4741b934f49129ab7f2389cb071.tar.gz
clientdata-8eb889e9d9e2a4741b934f49129ab7f2389cb071.tar.bz2
clientdata-8eb889e9d9e2a4741b934f49129ab7f2389cb071.tar.xz
clientdata-8eb889e9d9e2a4741b934f49129ab7f2389cb071.zip
Added Maggot sfx from TMW
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>