diff options
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> |