summaryrefslogtreecommitdiff
path: root/graphics/particles/magic-blue-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/magic-blue-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/magic-blue-teleport.particle.xml')
-rw-r--r--graphics/particles/magic-blue-teleport.particle.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/graphics/particles/magic-blue-teleport.particle.xml b/graphics/particles/magic-blue-teleport.particle.xml
new file mode 100644
index 00000000..a2f46c1d
--- /dev/null
+++ b/graphics/particles/magic-blue-teleport.particle.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<!--
+ Sparks and blue orbs raising slowly above the caster
+-->
+<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="position-y" min="16" max="32"/>
+ <property name="gravity" value="-0.11"/>
+ <property name="image" value="graphics/particles/star-small.png|W:#CDF5FF,FFFFFF"/>
+ <property name="lifetime" value="100"/>
+ <property name="fade-in" value="10"/>
+ <property name="fade-out" value="90"/>
+ <property name="output" min="0" max="1"/>
+ <property name="power" min="2" max="4"/>
+ <property name="bounce" min="0" max="0.6"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ </emitter>
+ <emitter>
+ <property name="gravity" value="0.07"/>
+ <property name="image" value="graphics/particles/star-small.png|W:#99E8FF,FFFFFF"/>
+ <property name="lifetime" value="100"/>
+ <property name="fade-in" value="10"/>
+ <property name="fade-out" value="90"/>
+ <property name="output" min="0" max="1"/>
+ <property name="power" min="1" max="4"/>
+ <property name="bounce" min="0" max="0.75"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ </emitter>
+ <emitter>
+ <property name="gravity" value="-0.1"/>
+ <property name="image" value="graphics/particles/vline-small.png|W:#A3EAFF"/>
+ <property name="lifetime" value="100"/>
+ <property name="fade-in" value="10"/>
+ <property name="fade-out" value="90"/>
+ <property name="output" min="1" max="2"/>
+ <property name="vertical-angle" value="90"/>
+ <property name="power" min="2" max="10"/>
+ </emitter>
+ </emitter>
+ </particle>
+</effect>