summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2009-08-03 22:00:20 +0200
committerBertram <bertram@cegetel.net>2009-08-03 22:00:20 +0200
commita436add6acf8732e9218a2b4df4be88d0a0bf55c (patch)
treeff43b23daffd9408d76420cc1c46080a0896b573 /monsters.xml
parent513e2c91619ec792c857a64a5e76379e4cd16799 (diff)
downloadclientdata-a436add6acf8732e9218a2b4df4be88d0a0bf55c.tar.gz
clientdata-a436add6acf8732e9218a2b4df4be88d0a0bf55c.tar.bz2
clientdata-a436add6acf8732e9218a2b4df4be88d0a0bf55c.tar.xz
clientdata-a436add6acf8732e9218a2b4df4be88d0a0bf55c.zip
Added the wisp monster (Crush's contribution).
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml
index a17d4c79..09736a8e 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -933,4 +933,45 @@
/>
</monster>
+ <monster id="38" name="Wisp">
+ <sprite>monster-wisp.xml|#ffff66</sprite>
+ <drop item="507" percent="7"/>
+ <drop item="510" percent="1"/>
+ <drop item="509" percent="0.5"/>
+ <drop item="518" percent="7"/>
+ <exp>20</exp>
+ <attributes
+ hp="20"
+ size="8"
+ speed="192"
+ attack-min="10"
+ attack-delta="2"
+ attack-magic="0"
+ hit="10"
+ evade="10"
+ physical-defence="5"
+ magical-defence="0"
+ />
+ <!-- doesn't move much, but attacks when you are comming too close. -->
+ <behavior
+ aggressive="false"
+ cowardly="false"
+ track-range="2"
+ stroll-range="1"
+ attack-distance="64"
+ />
+ <!-- slow, strong, long-range tail attack-->
+ <attack id="1"
+ priority="1"
+ type="physical"
+ pre-delay="5"
+ aft-delay="5"
+ damage-factor="3"
+ range="64"
+ angle="10"
+ particle-effect="graphics/particles/wisp.particle.xml"
+ action="special1"
+ />
+ </monster>
+
</monsters>