summaryrefslogtreecommitdiff
path: root/graphics/particles/cursed-waterfall.particle.xml
diff options
context:
space:
mode:
authorVincent Petithory <vincent.petithory@gmail.com>2012-09-24 14:49:53 +0200
committerVincent Petithory <vincent.petithory@gmail.com>2012-12-17 13:04:09 +0100
commit2ac233c85d1559695e258e902f84493078d3dfb3 (patch)
tree12c111f5fb179e764d09241aa2b7e3a134c91260 /graphics/particles/cursed-waterfall.particle.xml
parent9bbf96de5a76f2d28d2ee03cf5d8213f1e3b5508 (diff)
downloadclientdata-2ac233c85d1559695e258e902f84493078d3dfb3.tar.gz
clientdata-2ac233c85d1559695e258e902f84493078d3dfb3.tar.bz2
clientdata-2ac233c85d1559695e258e902f84493078d3dfb3.tar.xz
clientdata-2ac233c85d1559695e258e902f84493078d3dfb3.zip
Add the Illia npc graphics:
* The 2 witch sisters' robe * A skeleton with a note * A magical area * A door sealed by an enchantment * cursed waterfall particles
Diffstat (limited to 'graphics/particles/cursed-waterfall.particle.xml')
-rw-r--r--graphics/particles/cursed-waterfall.particle.xml66
1 files changed, 66 insertions, 0 deletions
diff --git a/graphics/particles/cursed-waterfall.particle.xml b/graphics/particles/cursed-waterfall.particle.xml
new file mode 100644
index 00000000..bec64fdf
--- /dev/null
+++ b/graphics/particles/cursed-waterfall.particle.xml
@@ -0,0 +1,66 @@
+<?xml version="1.0"?>
+<!--
+Purple particles falling as if they were going along a waterfall
+-->
+<effect>
+ <particle position-x="0" position-y="0" position-z="0">
+ <emitter>
+ <property name="position-x" value="16"/>
+ <property name="position-z" value="156"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="16" max="24"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" value="1"/>
+ <emitter>
+ <property name="gravity" value="0.9"/>
+ <property name="momentum" value="0.7"/>
+ <property name="image" value="graphics/particles/gloworb-medium.png|W:#663399"/>
+ <property name="lifetime" value="200"/>
+ <property name="fade-in" value="10"/>
+ <property name="fade-out" value="90"/>
+ <property name="output" min="0" max="1"/>
+ <property name="randomnes" value="200"/>
+ </emitter>
+ <emitter>
+ <property name="gravity" value="0.9"/>
+ <property name="momentum" value="0.7"/>
+ <property name="image" value="graphics/particles/orb-small.png|W:#663399"/>
+ <property name="lifetime" value="200"/>
+ <property name="fade-in" value="10"/>
+ <property name="fade-out" value="90"/>
+ <property name="output" min="0" max="1"/>
+ <property name="randomnes" value="200"/>
+ </emitter>
+ </emitter>
+ <emitter>
+ <property name="position-x" value="-16"/>
+ <property name="position-z" value="156"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="16" max="24"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" value="1"/>
+ <emitter>
+ <property name="gravity" value="0.9"/>
+ <property name="momentum" value="0.7"/>
+ <property name="image" value="graphics/particles/gloworb-medium.png|W:#663399"/>
+ <property name="lifetime" value="200"/>
+ <property name="fade-in" value="10"/>
+ <property name="fade-out" value="90"/>
+ <property name="output" min="0" max="1"/>
+ <property name="randomnes" value="200"/>
+ </emitter>
+ <emitter>
+ <property name="gravity" value="0.9"/>
+ <property name="momentum" value="0.7"/>
+ <property name="image" value="graphics/particles/orb-small.png|W:#663399"/>
+ <property name="lifetime" value="200"/>
+ <property name="fade-in" value="10"/>
+ <property name="fade-out" value="90"/>
+ <property name="output" min="0" max="1"/>
+ <property name="randomnes" value="200"/>
+ </emitter>
+ </emitter>
+ </particle>
+</effect>