summaryrefslogtreecommitdiff
path: root/graphics/particles/wisp.xml
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2020-09-22 12:06:23 +0000
committerMicksha <ms-shaman@gmx.de>2020-09-22 12:06:23 +0000
commite2c35287b6bd84c75eefa12e6dc37c382ff9eeeb (patch)
treef1d7108b9aac0cbaa927ab990b1dde76c22f6558 /graphics/particles/wisp.xml
parent8303d888a71ce5610fc6bde1532d2d7c431528d8 (diff)
parentc5ebca80c71c2d3af5f381b2b79f03e16bc9f501 (diff)
downloadclientdata-e2c35287b6bd84c75eefa12e6dc37c382ff9eeeb.tar.gz
clientdata-e2c35287b6bd84c75eefa12e6dc37c382ff9eeeb.tar.bz2
clientdata-e2c35287b6bd84c75eefa12e6dc37c382ff9eeeb.tar.xz
clientdata-e2c35287b6bd84c75eefa12e6dc37c382ff9eeeb.zip
Merge branch 'contentII' into 'master'
Adding all missing equipment, accessoires, items, and some additional stuff See merge request evol/clientdata!170
Diffstat (limited to 'graphics/particles/wisp.xml')
-rw-r--r--graphics/particles/wisp.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/particles/wisp.xml b/graphics/particles/wisp.xml
new file mode 100644
index 00000000..d9ca2851
--- /dev/null
+++ b/graphics/particles/wisp.xml
@@ -0,0 +1,24 @@
+<?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:#ffff00,ffffff"/>
+ <property name="follow-parent"/>
+ </emitter>
+ </particle>
+</effect>