summaryrefslogtreecommitdiff
path: root/graphics/particles/fire-explosion.xml
diff options
context:
space:
mode:
authorMicksha <Micksha@users.noreply.github.com>2018-04-26 21:54:51 +0200
committergumi <git@gumi.ca>2018-07-05 11:11:26 -0400
commit7e8ab05dc2fcb615ee128115b2151a4bb277a338 (patch)
tree18be31fc025b2beca2fb1decc29ea1c5e1b9a484 /graphics/particles/fire-explosion.xml
parentc56191ec59d0d11d71ff90121175a012f371d9c9 (diff)
downloadclientdata-7e8ab05dc2fcb615ee128115b2151a4bb277a338.tar.gz
clientdata-7e8ab05dc2fcb615ee128115b2151a4bb277a338.tar.bz2
clientdata-7e8ab05dc2fcb615ee128115b2151a4bb277a338.tar.xz
clientdata-7e8ab05dc2fcb615ee128115b2151a4bb277a338.zip
add the wand
Diffstat (limited to 'graphics/particles/fire-explosion.xml')
-rw-r--r--graphics/particles/fire-explosion.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/graphics/particles/fire-explosion.xml b/graphics/particles/fire-explosion.xml
new file mode 100644
index 00000000..4cd41101
--- /dev/null
+++ b/graphics/particles/fire-explosion.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0"?>
+<!--
+An explosion of white particles.
+-->
+<effect>
+ <particle position-x="0" position-y="0" position-z="20" lifetime="1">
+ <emitter>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="position-y" min="-8" max="8"/>
+ <property name="vertical-angle" min="-10" max="10"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="0" max="2"/>
+ <property name="gravity" value="0.1"/>
+ <animation imageset="graphics/particles/aniblaze.png|W:#BF0019,FF6715,FFE659" width="8" height="8">
+ <sequence start="0" end="8" delay="20"/>
+ <frame index="8" delay="1000"/>
+ </animation>
+ <property name="lifetime" min="0" max="40"/>
+ <property name="output" min="100" max="150"/>
+ <property name="fade-out" value="10"/>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="position-y" min="-8" max="8"/>
+ <property name="vertical-angle" min="45" max="90"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="0" max="8"/>
+ <property name="gravity" value="0.1"/>
+ <property name="image" value="graphics/particles/orb-medium.png"/>
+ <property name="lifetime" min="0" max="80"/>
+ <property name="output" min="6" max="12"/>
+ <property name="fade-out" value="10"/>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="-10" max="10"/>
+ <property name="position-y" min="-10" max="10"/>
+ <property name="vertical-angle" min="65" max="90"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="0" max="6"/>
+ <property name="gravity" value="-0.1"/>
+ <property name="image" value="graphics/particles/fog-medium.png"/>
+ <property name="lifetime" min="0" max="80"/>
+ <property name="output" min="10" max="15"/>
+ <property name="fade-out" value="80"/>
+ </emitter>
+ </particle>
+</effect>