diff options
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 39 |
1 files changed, 12 insertions, 27 deletions
diff --git a/monsters.xml b/monsters.xml index 52fa1f19..3f36f40e 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1004,36 +1004,21 @@ exp<TAG>: Tells how much experience point a monster is giving up <monster id="39" name="Snail"> <sprite>monsters/monster-snail.xml</sprite> - <exp>200</exp> + <particlefx>graphics/particles/monster-snail-trail.particle.xml</particlefx> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + <exp>20</exp> <attributes - hp="220" - size="8" - speed="1.3" - attack-min="40" - attack-delta="20" + hp="20" + size="4" + speed="2.0" + attack-min="10" + attack-delta="2" attack-magic="0" - hit="20" + hit="10" evade="5" - physical-defence="45" - magical-defence="5" - /> - <!-- doesn't move much, but attacks when you are coming too close. --> - <behavior - aggressive="false" - cowardly="false" - track-range="2" - stroll-range="1" - attack-distance="64" - /> - <!-- slow, strong, bite attack--> - <attack id="1" - priority="1" - type="physical" - pre-delay="5" - aft-delay="5" - damage-factor="3" - range="64" - action="special1" + physical-defence="5" + magical-defence="0" + mutation="50" /> </monster> |