diff options
author | Reid <reidyaro@gmail.com> | 2015-06-06 04:15:15 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-06-06 04:15:15 +0200 |
commit | e8499bf2a0c695e9a4346e5f78205b75121578db (patch) | |
tree | d00643200ee24a56a3cd7142d20fe3f66ec720f2 /monsters.xml | |
parent | 717efe4969b7fc25632652c618d0ae06b7e34ce7 (diff) | |
download | clientdata-e8499bf2a0c695e9a4346e5f78205b75121578db.tar.gz clientdata-e8499bf2a0c695e9a4346e5f78205b75121578db.tar.bz2 clientdata-e8499bf2a0c695e9a4346e5f78205b75121578db.tar.xz clientdata-e8499bf2a0c695e9a4346e5f78205b75121578db.zip |
Add mananatree 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 9f543f6a..c78917e4 100644 --- a/monsters.xml +++ b/monsters.xml @@ -137,4 +137,11 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="miss">monsters/piou/miss1.ogg</sound> <sound event="spawn">monsters/piou/spawn1.ogg</sound> </monster> + <monster id="15" name="Manana Tree" targetCursor="medium"> + <sprite>monsters/mananatree.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> |