diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-17 10:24:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-17 10:24:16 -0300 |
commit | eab85d8cccc13ddba2dc1281c064500bc80ccfc8 (patch) | |
tree | 92a3fd4bc138cb50a37ea7b054b0258469fd7e91 /monsters.xml | |
parent | 954c941197f3f0af8610e813dc85afa43f4bdff4 (diff) | |
download | clientdata-eab85d8cccc13ddba2dc1281c064500bc80ccfc8.tar.gz clientdata-eab85d8cccc13ddba2dc1281c064500bc80ccfc8.tar.bz2 clientdata-eab85d8cccc13ddba2dc1281c064500bc80ccfc8.tar.xz clientdata-eab85d8cccc13ddba2dc1281c064500bc80ccfc8.zip |
New monsters, add Archants in some maps
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/monsters.xml b/monsters.xml index 721527ad..28382e96 100644 --- a/monsters.xml +++ b/monsters.xml @@ -97,9 +97,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s <sound event="spawn">monsters/mushroom/spawn1.ogg</sound> <sound event="spawn">monsters/mushroom/spawn2.ogg</sound> </monster> - <monster id="1012" name="Frostiana" targetCursor="small"> - <sprite>monsters/frostiana.xml</sprite> - <attack id="1" effect-id="21"/> + <monster id="1012" name="Ice Maggot" targetCursor="small"> + <sprite>monsters/cavemaggot.xml|#009eff</sprite> <sound event="die">monsters/mushroom/die1.ogg</sound> <sound event="die">monsters/mushroom/die2.ogg</sound> <sound event="hit">monsters/frostiana/hit1.ogg</sound> @@ -273,6 +272,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s </monster> <monster id="1043" name="Poison Spiky Mushroom" targetCursor="medium"> <sprite>monsters/poisonspikymushroom.xml</sprite> + <attack id="1" effect-id="21"/> <sound event="hit">monsters/shroom/shroomhit.ogg</sound> </monster> <monster id="1044" name="Giant Mutated Bat" targetCursor="large" walkType="fly"> |