summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-10-06 13:45:03 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-10-06 13:45:03 +0000
commit566945c07bac88b1fca7f17b008329768f604daa (patch)
tree9d09b78051ce8efb8eb5d7a457a4b4b283469350 /graphics
parent912424c3fdc8e7a298233a8e8275752270c7a1ce (diff)
downloadclientdata-566945c07bac88b1fca7f17b008329768f604daa.tar.gz
clientdata-566945c07bac88b1fca7f17b008329768f604daa.tar.bz2
clientdata-566945c07bac88b1fca7f17b008329768f604daa.tar.xz
clientdata-566945c07bac88b1fca7f17b008329768f604daa.zip
added particle effect to exterior of magic house.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/particles/orb-large.pngbin0 -> 1018 bytes
-rw-r--r--graphics/particles/wispdance.particle.xml56
2 files changed, 56 insertions, 0 deletions
diff --git a/graphics/particles/orb-large.png b/graphics/particles/orb-large.png
new file mode 100644
index 00000000..de9e1b3c
--- /dev/null
+++ b/graphics/particles/orb-large.png
Binary files differ
diff --git a/graphics/particles/wispdance.particle.xml b/graphics/particles/wispdance.particle.xml
new file mode 100644
index 00000000..4ebf36ea
--- /dev/null
+++ b/graphics/particles/wispdance.particle.xml
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+
+<!--
+Two orbiting particles high above ground which leave a trail of falling sparks
+and thus create a falling double helix.
+
+About 180 particles on max detail.
+
+ Does not work with particleFastPhysics on 2.
+-->
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "200"
+ lifetime = "1"
+ >
+ <!-- PURPLE -->
+ <emitter>
+ <property name="position-x" value = "60"/>
+ <property name="position-y" value = "0"/>
+ <property name="position-z" value = "20"/>
+ <property name="image" value="graphics/particles/orb-large.png|W:#dd66ff,ffffff" />
+ <property name="horizontal-angle" value= "90"/>
+ <property name="vertical-angle" value = "0" />
+ <property name="power" value = "3" />
+ <property name="acceleration" value = "0.1" />
+ <emitter>
+ <property name="output" min="-2" max="2" />
+ <property name="image" value="graphics/particles/star-small.png|W:#dd66ff,ffffff"/>
+ <property name="lifetime" min="200" max="250"/>
+ <property name="fade-out" value="200" />
+ <property name="gravity" value="0.005" />
+ </emitter>
+ </emitter>
+
+ <!-- CYAN-->
+ <emitter>
+ <property name="position-x" value = "-60"/>
+ <property name="position-y" value = "0"/>
+ <property name="position-z" value = "20"/>
+ <property name="image" value="graphics/particles/orb-large.png|W:#00ffff,ffffff" />
+ <property name="horizontal-angle" value= "270"/>
+ <property name="vertical-angle" value = "0" />
+ <property name="power" value = "3" />
+ <property name="acceleration" value = "0.1" />
+ <emitter>
+ <property name="output" min="-2" max="2" />
+ <property name="image" value="graphics/particles/star-small.png|W:#00ffff,ffffff"/>
+ <property name="lifetime" min="200" max="250"/>
+ <property name="fade-out" value="200" />
+ <property name="gravity" value="0.005" />
+ </emitter>
+ </emitter>
+ </particle>
+</effect> \ No newline at end of file