diff options
author | Reid <reidyaro@gmail.com> | 2015-12-25 14:01:28 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-25 14:01:28 +0100 |
commit | f11c8d47a814547dd5ce5158f584fe25dcee1b0a (patch) | |
tree | c0b8cf18667884159f856c1e5773a2925fa5716f /monsters.xml | |
parent | e4a9ca8f505158d49756f66ef848fa1421f9c6a3 (diff) | |
download | clientdata-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.xml | 7 |
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> |