summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-11-20 17:04:43 +0100
committerPhilipp Sehmisch <tmw@crushnet.org>2008-11-20 17:04:43 +0100
commit95222190ee7ca774e989268717b78fcb2ecdb655 (patch)
tree0e2c66c14c8e050a06f910afbeb45f44b1f6ac8e /monsters.xml
parent25ee846ea0af3ebbd63b91068723b591386a35c9 (diff)
downloadclientdata-95222190ee7ca774e989268717b78fcb2ecdb655.tar.gz
clientdata-95222190ee7ca774e989268717b78fcb2ecdb655.tar.bz2
clientdata-95222190ee7ca774e989268717b78fcb2ecdb655.tar.xz
clientdata-95222190ee7ca774e989268717b78fcb2ecdb655.zip
made maggots slower and added an immobile, passive flower monster (id 12) for easier testing of hit detection.
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml30
1 files changed, 26 insertions, 4 deletions
diff --git a/monsters.xml b/monsters.xml
index 9fa3c7f0..f478706a 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -14,13 +14,13 @@
<drop item="522" percent="0.1"/>
<attributes
hp="20"
- size="4"
- speed="64"
+ size="8"
+ speed="32"
attack-min="10"
attack-delta="2"
attack-magic="0"
hit="10"
- evade="10"
+ evade="5"
physical-defence="5"
magical-defence="0"
mutation="50"
@@ -33,7 +33,7 @@
aggressive="false"
cowardly="false"
track-range="5"
- stroll-range="5"
+ stroll-range="2"
attack-distance="32"
/>
<attack id="1"
@@ -315,6 +315,28 @@
<drop item="1199" percent="1"/>
<drop item="526" percent="4"/>
<drop item="565" percent="5"/>
+ <exp>10</exp>
+ <!-- Passive monster for testing stuff-->
+ <attributes
+ hp="2000"
+ size="8"
+ speed="0"
+ attack-min="0"
+ attack-delta="0"
+ attack-magic="0"
+ hit="0"
+ evade="0"
+ physical-defence="0"
+ magical-defence="0"
+ mutation="0"
+ />
+ <behavior
+ aggressive="false"
+ cowardly="false"
+ track-range="0"
+ stroll-range="0"
+ attack-distance="0"
+ />
</monster>
<monster id="13" name="Santa Slime">