diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-21 09:48:52 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-21 21:41:13 +0100 |
commit | bb75bc756a98a952ac98b460c86dc8c8dca40eab (patch) | |
tree | d821a245b866469982317de43df4369da9b6bb90 /graphics/particles | |
parent | b42bfa7f01d18ceee96477802d137165d30baf72 (diff) | |
download | clientdata-bb75bc756a98a952ac98b460c86dc8c8dca40eab.tar.gz clientdata-bb75bc756a98a952ac98b460c86dc8c8dca40eab.tar.bz2 clientdata-bb75bc756a98a952ac98b460c86dc8c8dca40eab.tar.xz clientdata-bb75bc756a98a952ac98b460c86dc8c8dca40eab.zip |
add new demonic aura :b
Diffstat (limited to 'graphics/particles')
-rw-r--r-- | graphics/particles/demonicaura.particle.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/graphics/particles/demonicaura.particle.xml b/graphics/particles/demonicaura.particle.xml new file mode 100644 index 00000000..59028a7f --- /dev/null +++ b/graphics/particles/demonicaura.particle.xml @@ -0,0 +1,37 @@ +<?xml version="1.0"?> +<!-- + Purple/black-ish ghost faces rise up from the ground + TMW2 Effect +--> +<effect> + <particle position-x="16" position-y="16" position-z="0"> + <emitter> + <property name="position-x" min="-24" max="24"/> + <property name="position-z" min="2" max="32"/> + <property name="gravity" value="-0.01"/> + <property name="lifetime" value="180"/> + <property name="fade-out" value="40"/> + <property name="output" value="1"/> + <property name="output-pause" min="11" max="61"/> + <property name="follow-parent"/> + <animation imageset="graphics/particles/ghostface.png|W:#855385" width="30" height="30"> + <sequence start="0" end="2" delay="300"/> + <frame index="3"/> + </animation> + </emitter> + <emitter> + <property name="position-x" min="-24" max="24"/> + <property name="position-z" min="2" max="32"/> + <property name="gravity" value="-0.01"/> + <property name="lifetime" value="180"/> + <property name="fade-out" value="40"/> + <property name="output" value="1"/> + <property name="output-pause" min="17" max="67"/> + <property name="follow-parent"/> + <animation imageset="graphics/particles/demonface.png|W:#5b3558" width="30" height="30"> + <sequence start="0" end="2" delay="300"/> + <frame index="3"/> + </animation> + </emitter> + </particle> +</effect> |