diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-08 19:48:20 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-08 19:48:20 -0200 |
commit | c0218bd2115472c2a1917e59d92d9e78eff796a7 (patch) | |
tree | ebbb4204eda44b4768af91d4bc0068614b86023e /monsters.xml | |
parent | 681fe0521f11ef9004b769fdec5eaec65ff67ad2 (diff) | |
download | clientdata-c0218bd2115472c2a1917e59d92d9e78eff796a7.tar.gz clientdata-c0218bd2115472c2a1917e59d92d9e78eff796a7.tar.bz2 clientdata-c0218bd2115472c2a1917e59d92d9e78eff796a7.tar.xz clientdata-c0218bd2115472c2a1917e59d92d9e78eff796a7.zip |
Valentine Day special items
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/monsters.xml b/monsters.xml index dbadb901..0258e975 100644 --- a/monsters.xml +++ b/monsters.xml @@ -280,10 +280,9 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s <monster id="1049" name="Bhop Fluffy" targetCursor="medium"> <sprite>monsters/bhopfluffy.xml</sprite> </monster> - <monster id="1050" name="Forest Dragon" targetCursor="large"> - <sprite>monsters/forestdragon.xml</sprite> - <sound event="die">monsters/dragon/die.ogg</sound> - <sound event="hit">monsters/dragon/hit.ogg</sound> + <monster id="1050" name="Lovely Fluffy" targetCursor="medium"> + <sprite>monsters/bhopfluffy.xml</sprite> + <particlefx>graphics/particles/pinkheart.particle.xml</particlefx> </monster> <monster id="1051" name="Dark Lizard" targetCursor="medium"> <sprite>monsters/darklizard.xml</sprite> @@ -328,6 +327,11 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s <monster id="1062" name="Assassin" targetCursor="medium"> <sprite>monsters/assassin.xml</sprite> </monster> + <monster id="10xx" name="Forest Dragon" targetCursor="large"> + <sprite>monsters/forestdragon.xml</sprite> + <sound event="die">monsters/dragon/die.ogg</sound> + <sound event="hit">monsters/dragon/hit.ogg</sound> + </monster> --> <monster id="1063" name="Vampire Bat" targetCursor="small"> <sprite>monsters/vampirebat.xml</sprite> |