summaryrefslogtreecommitdiff
path: root/graphics/particles/channelling-cast-blue.particle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/particles/channelling-cast-blue.particle.xml')
-rw-r--r--graphics/particles/channelling-cast-blue.particle.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/particles/channelling-cast-blue.particle.xml b/graphics/particles/channelling-cast-blue.particle.xml
new file mode 100644
index 00000000..871364cd
--- /dev/null
+++ b/graphics/particles/channelling-cast-blue.particle.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!--
+ A large blue magical explosion - more blueish version by Hello=)
+-->
+<effect>
+ <particle position-x="0" position-y="0" position-z="20" lifetime="1">
+ <emitter>
+ <property name="position-z" min="0" max="32"/>
+ <property name="position-y" min="-32" max="32"/>
+ <property name="position-x" min="-16" max="16"/>
+ <property name="vertical-angle" min="0" max="0"/>
+ <property name="power" value="5"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" value="600"/>
+ <emitter>
+ <property name="gravity" value="0.1"/>
+ <property name="image" value="graphics/particles/star-small.png|W:#8CA0FF,FFFFFF"/>
+ <property name="lifetime" value="400"/>
+ <property name="fade-in" value="10"/>
+ <property name="fade-out" value="90"/>
+ <property name="output" min="0" max="1"/>
+ <property name="power" min="0" max="2"/>
+ <property name="bounce" min="0" max="0.8"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ </emitter>
+ </emitter>
+ </particle>
+</effect>