summaryrefslogtreecommitdiff
path: root/graphics/particles/circle-magic.xml
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-16 15:11:14 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-16 15:11:14 -0200
commit6527b4dde7874f0f8c23cfd0f377689a67df4296 (patch)
tree85343957c0c59d9537e5ea98e12bc4b8ff6b33cb /graphics/particles/circle-magic.xml
parent66ab439a2dc2f6823105106b406a93ddb8a04601 (diff)
downloadclientdata-6527b4dde7874f0f8c23cfd0f377689a67df4296.tar.gz
clientdata-6527b4dde7874f0f8c23cfd0f377689a67df4296.tar.bz2
clientdata-6527b4dde7874f0f8c23cfd0f377689a67df4296.tar.xz
clientdata-6527b4dde7874f0f8c23cfd0f377689a67df4296.zip
Include some of the coolest effects from TMW-BR
Diffstat (limited to 'graphics/particles/circle-magic.xml')
-rw-r--r--graphics/particles/circle-magic.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/graphics/particles/circle-magic.xml b/graphics/particles/circle-magic.xml
new file mode 100644
index 00000000..64be7747
--- /dev/null
+++ b/graphics/particles/circle-magic.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+
+<effect>
+ <particle
+ position-x = "16"
+ position-y = "24"
+ position-z = "0"
+ >
+
+ <animation imageset="graphics/particles/circle-magic.png" width="78" height="55">
+ <sequence start="0" end="9" delay="80"/>
+ </animation>
+
+ <emitter>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="vertical-angle" value="0"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" min="0" max="1"/>
+ <property name="power" value="30"/>
+ <emitter>
+ <property name="vertical-angle" value="90"/>
+ <property name="output" min="0" max="1"/>
+ <property name="power" value="1"/>
+ <animation imageset="graphics/particles/circle-magic-trail.png" width="6" height="17">
+ <sequence start="0" end="9" delay="80"/>
+ <end/>
+ </animation>
+ </emitter>
+ </emitter>
+
+ </particle>
+</effect>