diff options
author | Reid <reidyaro@gmail.com> | 2015-04-02 01:58:35 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-04-02 01:58:35 +0200 |
commit | 72b3a34b71b1d2d9ac3c5da1e68b6e7710edc416 (patch) | |
tree | 39ad1458ad706c0c59625b04b289ac9cf84076a7 /monsters.xml | |
parent | 9ae701d5f7321cb167d414015b095c2ce36c3f6b (diff) | |
download | clientdata-72b3a34b71b1d2d9ac3c5da1e68b6e7710edc416.tar.gz clientdata-72b3a34b71b1d2d9ac3c5da1e68b6e7710edc416.tar.bz2 clientdata-72b3a34b71b1d2d9ac3c5da1e68b6e7710edc416.tar.xz clientdata-72b3a34b71b1d2d9ac3c5da1e68b6e7710edc416.zip |
Add tipiou and tipiu.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 64f60878..9f543f6a 100644 --- a/monsters.xml +++ b/monsters.xml @@ -118,4 +118,23 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sprite>monsters/croconut.xml</sprite> <sound event="hit">monsters/crocotree/die1.ogg</sound> </monster> + <monster id="13" name="Tipiu" targetCursor="medium" walkType="fly"> + <sprite>monsters/tipiou.xml</sprite> + <sprite>accessories/tipiou-hat.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> + <monster id="14" name="Tipiou" targetCursor="medium" walkType="fly"> + <sprite>monsters/tipiou.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> |