summaryrefslogtreecommitdiff
path: root/graphics/particles/wispdance.xml
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2020-09-22 12:06:22 +0000
committerMicksha <ms-shaman@gmx.de>2020-09-22 12:06:22 +0000
commitc5ebca80c71c2d3af5f381b2b79f03e16bc9f501 (patch)
treef1d7108b9aac0cbaa927ab990b1dde76c22f6558 /graphics/particles/wispdance.xml
parent8303d888a71ce5610fc6bde1532d2d7c431528d8 (diff)
downloadclientdata-c5ebca80c71c2d3af5f381b2b79f03e16bc9f501.tar.gz
clientdata-c5ebca80c71c2d3af5f381b2b79f03e16bc9f501.tar.bz2
clientdata-c5ebca80c71c2d3af5f381b2b79f03e16bc9f501.tar.xz
clientdata-c5ebca80c71c2d3af5f381b2b79f03e16bc9f501.zip
initial commit for adding all missing equipment, accessoires, items, and Mister Prickel whilst updating and preparing stuff for crafting
Diffstat (limited to 'graphics/particles/wispdance.xml')
-rw-r--r--graphics/particles/wispdance.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/graphics/particles/wispdance.xml b/graphics/particles/wispdance.xml
new file mode 100644
index 00000000..3069fa3a
--- /dev/null
+++ b/graphics/particles/wispdance.xml
@@ -0,0 +1,49 @@
+<?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>