summaryrefslogtreecommitdiff
path: root/graphics/particles/firegoblinbreath.particle.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 /graphics/particles/firegoblinbreath.particle.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 'graphics/particles/firegoblinbreath.particle.xml')
-rw-r--r--graphics/particles/firegoblinbreath.particle.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/graphics/particles/firegoblinbreath.particle.xml b/graphics/particles/firegoblinbreath.particle.xml
deleted file mode 100644
index 0a12b7ef..00000000
--- a/graphics/particles/firegoblinbreath.particle.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
-A horizontal flame burst with a range of about 60 pixels.
-Creates up to 400 particles but only for a very brief moment.
-used for the fire breath attack of the fire goblins.
--->
-
-<effect>
- <particle
- position-x = "0"
- position-y = "0"
- position-z = "16"
- lifetime = "25"
- >
- <emitter>
- <property name="position-x" min="0" max="0"/>
- <property name="position-y" min="-8" max="-8"/>
- <property name="horizontal-angle" min="80" max="100"/>
- <property name="vertical-angle" min="-20" max="20"/>
- <property name="power" min="1" max="1.5"/>
- <property name="momentum" value="0.99" />
- <property name="gravity" value="-0.02"/>
- <animation imageset="graphics/particles/aniblaze-medium.png|W:#000000,ffffff,ffff00,ff0000" width="16" height="16">
- <frame index="0" delay="5" />
- <frame index="1" delay="10" />
- <frame index="2" delay="15" />
- <frame index="3" delay="25" />
- <frame index="4" delay="35" />
- <frame index="5" delay="60" />
- <frame index="6" delay="95" />
- <frame index="7" delay="160" />
- <frame index="8" delay="9999" />
- </animation>
- <property name="lifetime" min="0" max="80"/>
- <property name="output" min="10" max="30"/>
- <property name="fade-in" value="0"/>
- <property name="fade-out" value="60"/>
- </emitter>
- </particle>
-</effect> \ No newline at end of file