diff options
author | Reid <reidyaro@gmail.com> | 2015-12-27 20:25:48 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-27 20:25:48 +0100 |
commit | 0cbafa7a39f5f64dfb2ee4c3ea096ccab3355ed1 (patch) | |
tree | 531bc5ddac5a0788d3b62ef7a83e8b39a8719b55 /monsters.xml | |
parent | 6bdcf840fde1456d8620c11e88640c36c2d88098 (diff) | |
download | clientdata-0cbafa7a39f5f64dfb2ee4c3ea096ccab3355ed1.tar.gz clientdata-0cbafa7a39f5f64dfb2ee4c3ea096ccab3355ed1.tar.bz2 clientdata-0cbafa7a39f5f64dfb2ee4c3ea096ccab3355ed1.tar.xz clientdata-0cbafa7a39f5f64dfb2ee4c3ea096ccab3355ed1.zip |
Add Fluffy on monster.xml as ID 20.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 013fe276..c2330355 100644 --- a/monsters.xml +++ b/monsters.xml @@ -171,4 +171,12 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="hurt">monsters/crocotree/hurt2.ogg</sound> <sound event="hurt">monsters/crocotree/hurt3.ogg</sound> </monster> + <monster id="20" name="Fluffy" targetCursor="small"> + <sprite>monsters/fluffy.xml</sprite> + <sound event="hit">monsters/fluffy/hit1.ogg</sound> + <sound event="hit">monsters/fluffy/hit2.ogg</sound> + <sound event="hit">monsters/fluffy/hit3.ogg</sound> + <sound event="hurt">monsters/fluffy/hurt1.ogg</sound> + <sound event="miss">monsters/fluffy/miss1.ogg</sound> + </monster> </monsters> |