summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorfother <fotherjarrett@gmail.com>2009-11-03 00:30:47 -0500
committerfother <fotherjarrett@gmail.com>2009-11-03 00:30:47 -0500
commit460932e4ecda1979c400e3383efcc8dceb377f2c (patch)
tree17d97f9ab3538ea000b5b4727343ea5ee44eb78c /monsters.xml
parent49cdd4777e743881f617dfc5e99b6b96b61f7822 (diff)
downloadclientdata-460932e4ecda1979c400e3383efcc8dceb377f2c.tar.gz
clientdata-460932e4ecda1979c400e3383efcc8dceb377f2c.tar.bz2
clientdata-460932e4ecda1979c400e3383efcc8dceb377f2c.tar.xz
clientdata-460932e4ecda1979c400e3383efcc8dceb377f2c.zip
Add slime trail to Snail
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml39
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>