diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-04-22 21:37:53 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-04-22 21:37:53 +0000 |
commit | 86cd9d2ccb64978c80da76b80c43bb8d66db43c2 (patch) | |
tree | 1a9ca6952e8eebda8fbb814c4f86e05a9106be54 /monsters.xml | |
parent | 60514c61d29349867210bd2efc71aaf011e5d3ff (diff) | |
download | clientdata-86cd9d2ccb64978c80da76b80c43bb8d66db43c2.tar.gz clientdata-86cd9d2ccb64978c80da76b80c43bb8d66db43c2.tar.bz2 clientdata-86cd9d2ccb64978c80da76b80c43bb8d66db43c2.tar.xz clientdata-86cd9d2ccb64978c80da76b80c43bb8d66db43c2.zip |
add 1126 Magic Ratto
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 8c3793fe..0c5c0d65 100644 --- a/monsters.xml +++ b/monsters.xml @@ -583,5 +583,14 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="hit">weapons/piouslayer/hit1.ogg</sound> <sound event="miss">weapons/piouslayer/miss1.ogg</sound> </monster> + <monster id="1126" name="Magic Ratto" targetCursor="small"> + <sprite>monsters/magicratto.xml</sprite> + <sprite>accessories/ratto-tail.xml</sprite> + <sound event="die">monsters/ratto/die1.ogg</sound> + <sound event="hit">monsters/ratto/hit1.ogg</sound> + <sound event="hit">monsters/ratto/hit2.ogg</sound> + <sound event="hurt">monsters/ratto/hurt1.ogg</sound> + <sound event="spawn">monsters/ratto/spawn1.ogg</sound> + </monster> </monsters> |