diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-09-29 15:16:27 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-09-29 15:16:27 -0600 |
commit | dcffb6516408e9bb99334f32b450f395de407ff9 (patch) | |
tree | 36d8521c35ce023b153674af4b54d6bac96bd757 | |
parent | 1e5b473d8cd53f6852a4f4015318fe671cef2e85 (diff) | |
download | clientdata-dcffb6516408e9bb99334f32b450f395de407ff9.tar.gz clientdata-dcffb6516408e9bb99334f32b450f395de407ff9.tar.bz2 clientdata-dcffb6516408e9bb99334f32b450f395de407ff9.tar.xz clientdata-dcffb6516408e9bb99334f32b450f395de407ff9.zip |
Add Poltergeist monster
-rw-r--r-- | monsters.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index a1098061..3784acdf 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1128,4 +1128,40 @@ particle-effect="graphics/particles/monster-lizard-firebreath.particle.xml" /> </monster> + + <monster id="44" name="Poltergeist"> + <sprite>monster-wisp.xml|#77ffdd,77ddff</sprite> + <particlefx>graphics/particles/wisp.particle.xml</particlefx> + <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 coming too close. --> + <behavior + aggressive="false" + cowardly="false" + track-range="2" + stroll-range="1" + attack-distance="64" + /> + <!-- slow, strong, long-range glow attack--> + <attack id="1" + priority="1" + type="physical" + pre-delay="5" + aft-delay="5" + damage-factor="3" + range="64" + /> + </monster> + </monsters> |