summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
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>