diff options
author | Reid <reidyaro@gmail.com> | 2015-06-16 23:30:54 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-06-16 23:30:54 +0200 |
commit | ce6e2162d3f2cffb09d9412e54e953d7758ccccc (patch) | |
tree | 23813c6f52edde3c78d63aaeeef6e82aaf7614f9 /monsters.xml | |
parent | 00e701771486fd1592780d11b3987ac6d30466e8 (diff) | |
download | clientdata-ce6e2162d3f2cffb09d9412e54e953d7758ccccc.tar.gz clientdata-ce6e2162d3f2cffb09d9412e54e953d7758ccccc.tar.bz2 clientdata-ce6e2162d3f2cffb09d9412e54e953d7758ccccc.tar.xz clientdata-ce6e2162d3f2cffb09d9412e54e953d7758ccccc.zip |
Add crafty on monsters.xml.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/monsters.xml b/monsters.xml index 682bde10..b858ec40 100644 --- a/monsters.xml +++ b/monsters.xml @@ -68,8 +68,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="spawn">monsters/croc/spawn1.ogg</sound> </monster> <monster id="5" name="Little Blub" targetCursor="small" walkType="walkswim" sortOffsetY="30"> - <sprite>monsters/blub-little.xml</sprite> - <sprite>accessories/littleblub-tentacle.xml</sprite> + <sprite>monsters/crafty.xml</sprite> <sound event="die">monsters/blub/die1.ogg</sound> <sound event="hit">monsters/blub/hit1.ogg</sound> <sound event="spawn">monsters/blub/spawn1.ogg</sound> @@ -145,4 +144,13 @@ 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="16" name="Crafty" targetCursor="small"> + <sprite>monsters/crafty.xml</sprite> + <sound event="die">monsters/piou/die1.ogg</sound> + <sound event="hit">monsters/piou/hit1.ogg</sound> + <sound event="hurt">monsters/piou/hurt1.ogg</sound> + <sound event="hurt">monsters/piou/hurt2.ogg</sound> + <sound event="miss">monsters/piou/miss1.ogg</sound> + <sound event="spawn">monsters/piou/spawn1.ogg</sound> + </monster> </monsters> |