summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2009-06-24 15:26:11 +0200
committerPhilipp Sehmisch <tmw@crushnet.org>2009-06-24 15:26:11 +0200
commit3e1919ef8a3f0fbbb100cada96d3f6876387dae4 (patch)
tree0a5c32b39e7d32605ac580c1e760e00294f9da0b /monsters.xml
parent14d9a0a6de744aa7134730e904998f0a4223dda3 (diff)
downloadclientdata-3e1919ef8a3f0fbbb100cada96d3f6876387dae4.tar.gz
clientdata-3e1919ef8a3f0fbbb100cada96d3f6876387dae4.tar.bz2
clientdata-3e1919ef8a3f0fbbb100cada96d3f6876387dae4.tar.xz
clientdata-3e1919ef8a3f0fbbb100cada96d3f6876387dae4.zip
Added fire lizard with particle effect.
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml35
1 files changed, 34 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml
index 804c04c6..48ff4e0f 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -352,7 +352,7 @@
range="32"
angle="10"
animation="attack"
- particle-effect="graphics/particles/firegoblinbreath.particle.xml"
+ particle-effect="graphics/particles/monster-goblin-firebreath.particle.xml"
/>
</monster>
@@ -894,4 +894,37 @@
/>
</monster>
+ <monster id="37" name="Fire Lizard">
+ <sprite>monster-lizard.xml|#673132,923F42,CD5961,E163A4,ffffff</sprite>
+ <sound event="hit">fire-goblin-hit1.ogg</sound>
+ <sound event="hit">fire-goblin-hit2.ogg</sound>
+ <sound event="miss">fire-goblin-miss1.ogg</sound>
+ <!-- stats identical to maggot - change this when making up real monster stats -->
+ <attributes
+ hp="20"
+ size="4"
+ speed="64"
+ attack-min="10"
+ attack-delta="2"
+ attack-magic="0"
+ hit="10"
+ evade="10"
+ physical-defence="5"
+ magical-defence="0"
+ mutation="50"
+ />
+ <attack id="1"
+ priority="1"
+ type="magical"
+ element="fire"
+ pre-delay="10"
+ aft-delay="5"
+ damage-factor="1"
+ range="32"
+ angle="10"
+ animation="attack"
+ particle-effect="graphics/particles/monster-lizard-firebreath.particle.xml"
+ />
+ </monster>
+
</monsters>