summaryrefslogtreecommitdiff
path: root/graphics/particles/dark-teleport.particle.xml
diff options
context:
space:
mode:
authorVincent Petithory <vincent.petithory@gmail.com>2012-09-24 15:00:15 +0200
committerVincent Petithory <vincent.petithory@gmail.com>2012-12-17 18:41:46 +0100
commit4751e25a4fc9cd52ff16828005c7fc003c30eeca (patch)
tree444ed7e7f0a67e20a0c1dc4806ad00ebd987bfa9 /graphics/particles/dark-teleport.particle.xml
parent2ac233c85d1559695e258e902f84493078d3dfb3 (diff)
downloadclientdata-4751e25a4fc9cd52ff16828005c7fc003c30eeca.tar.gz
clientdata-4751e25a4fc9cd52ff16828005c7fc003c30eeca.tar.bz2
clientdata-4751e25a4fc9cd52ff16828005c7fc003c30eeca.tar.xz
clientdata-4751e25a4fc9cd52ff16828005c7fc003c30eeca.zip
Add Illia quest particle effects
Diffstat (limited to 'graphics/particles/dark-teleport.particle.xml')
-rw-r--r--graphics/particles/dark-teleport.particle.xml57
1 files changed, 57 insertions, 0 deletions
diff --git a/graphics/particles/dark-teleport.particle.xml b/graphics/particles/dark-teleport.particle.xml
new file mode 100644
index 00000000..f3bcb611
--- /dev/null
+++ b/graphics/particles/dark-teleport.particle.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0"?>
+<!--
+ Flying shadow-bats and dark fog
+-->
+<effect>
+ <particle position-x="0" position-y="0" position-z="16" lifetime="1">
+ <emitter>
+ <property name="position-z" min="14" max="18"/>
+ <property name="position-y" min="-8" max="8"/>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="vertical-angle" min="0" max="0"/>
+ <property name="power" value="5"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" value="64"/>
+ <emitter>
+ <property name="gravity" value="-0.09"/>
+ <animation imageset="graphics/particles/bat-shadow.png" width="24" height="16">
+ <sequence start="0" end="1" delay="50"/>
+ </animation>
+ <property name="lifetime" value="150"/>
+ <property name="fade-in" value="10"/>
+ <property name="fade-out" value="150"/>
+ <property name="output" min="0" max="1"/>
+ <property name="power" min="4" max="8"/>
+ <property name="horizontal-angle" min="-15" max="-175"/>
+ <property name="momentum" value="0.97"/>
+ <property name="randomnes" value="50"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ </emitter>
+ <emitter>
+ <property name="image" value="graphics/particles/fog-medium-b.png|W:#333333"/>
+ <property name="lifetime" value="90"/>
+ <property name="fade-in" value="10"/>
+ <property name="fade-out" value="90"/>
+ <property name="output" min="0" max="1"/>
+ <property name="power" min="4" max="8"/>
+ <property name="horizontal-angle" min="-15" max="-175"/>
+ <property name="momentum" value="0.9"/>
+ <property name="randomnes" value="50"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ </emitter>
+ <emitter>
+ <property name="image" value="graphics/particles/fog-medium-b.png|W:#333333"/>
+ <property name="image" value="graphics/particles/orb-small.png|W:#333333"/>
+ <property name="lifetime" value="90"/>
+ <property name="fade-in" value="10"/>
+ <property name="fade-out" value="90"/>
+ <property name="output" min="0" max="1"/>
+ <property name="power" min="4" max="8"/>
+ <property name="horizontal-angle" min="-15" max="-175"/>
+ <property name="momentum" value="0.9"/>
+ <property name="randomnes" value="50"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ </emitter>
+ </emitter>
+ </particle>
+</effect>