summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-12-25 14:01:28 +0100
committerReid <reidyaro@gmail.com>2015-12-25 14:01:28 +0100
commitf11c8d47a814547dd5ce5158f584fe25dcee1b0a (patch)
treec0b8cf18667884159f856c1e5773a2925fa5716f /monsters.xml
parente4a9ca8f505158d49756f66ef848fa1421f9c6a3 (diff)
downloadclientdata-f11c8d47a814547dd5ce5158f584fe25dcee1b0a.tar.gz
clientdata-f11c8d47a814547dd5ce5158f584fe25dcee1b0a.tar.bz2
clientdata-f11c8d47a814547dd5ce5158f584fe25dcee1b0a.tar.xz
clientdata-f11c8d47a814547dd5ce5158f584fe25dcee1b0a.zip
Add Dummy as monster #19 on monsters.xml
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml
index 37b14940..013fe276 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -164,4 +164,11 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
<sound event="die">monsters/pumpkin/die1.ogg</sound>
<sound event="hit">monsters/pumpkin/hit1.ogg</sound>
</monster>
+ <monster id="19" name="Pillar Dummy" targetCursor="medium">
+ <sprite>monsters/dummy.xml</sprite>
+ <sound event="die">monsters/crocotree/die1.ogg</sound>
+ <sound event="hurt">monsters/crocotree/hurt1.ogg</sound>
+ <sound event="hurt">monsters/crocotree/hurt2.ogg</sound>
+ <sound event="hurt">monsters/crocotree/hurt3.ogg</sound>
+ </monster>
</monsters>