summaryrefslogtreecommitdiff
path: root/graphics/particles/polter.particle.xml
diff options
context:
space:
mode:
authorReid <reidyro@gmail.com>2011-02-04 22:42:33 +0100
committerReid <reidyro@gmail.com>2011-02-04 22:42:33 +0100
commita97c329e657ee50bd0e6216bb1afb33310e74159 (patch)
treec95bb6c5c5daf54a5ff3b85f1979f35c8f0663cc /graphics/particles/polter.particle.xml
parentb802c8a89cff1ef32e1adf9c755b388c2167ae06 (diff)
downloadclientdata-a97c329e657ee50bd0e6216bb1afb33310e74159.tar.gz
clientdata-a97c329e657ee50bd0e6216bb1afb33310e74159.tar.bz2
clientdata-a97c329e657ee50bd0e6216bb1afb33310e74159.tar.xz
clientdata-a97c329e657ee50bd0e6216bb1afb33310e74159.zip
New polter and spectre particle + added color change in monsters.xml : It will change the color of particle of spectre, poltergeist and wisp mob in their respectable colors.
Diffstat (limited to 'graphics/particles/polter.particle.xml')
-rw-r--r--graphics/particles/polter.particle.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/graphics/particles/polter.particle.xml b/graphics/particles/polter.particle.xml
new file mode 100644
index 00000000..723bbb28
--- /dev/null
+++ b/graphics/particles/polter.particle.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+
+<!--
+A circle on the ground 60 pixels in diameter made from particles.
+-->
+
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "48"
+ >
+ <emitter>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="position-z" min="-16" max="16"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="vertical-angle" min="0" max="360"/>
+ <property name="power" min="0.4" max="2"/>
+ <property name="lifetime" value="160"/>
+ <property name="fade-out" value="40" />
+ <property name="fade-in" value="40" />
+ <property name="output" min="-20" max="1"/>
+ <property name="acceleration" value="0.1" />
+ <property name="alpha" value="0.5" />
+ <property name="image" value="graphics/particles/star-small.png|W:#77ffdd,77ddff" />
+ <property name="follow-parent" />
+ </emitter>
+ </particle>
+</effect>
+