summaryrefslogtreecommitdiff
path: root/graphics/particles/evilaura.particle.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-04-28 09:20:17 -0300
committerJesusaves <cpntb1@ymail.com>2022-04-28 09:20:17 -0300
commit3793f0d7be1319b26d60793871adf6a756ca8894 (patch)
tree3c30ac7238968ca7215751b3d8fc5f2350c04d4b /graphics/particles/evilaura.particle.xml
parent63c47da500914b2d979727545357e00ca42e33b7 (diff)
downloadclientdata-3793f0d7be1319b26d60793871adf6a756ca8894.tar.gz
clientdata-3793f0d7be1319b26d60793871adf6a756ca8894.tar.bz2
clientdata-3793f0d7be1319b26d60793871adf6a756ca8894.tar.xz
clientdata-3793f0d7be1319b26d60793871adf6a756ca8894.zip
Gemini Inn
Diffstat (limited to 'graphics/particles/evilaura.particle.xml')
-rw-r--r--graphics/particles/evilaura.particle.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/graphics/particles/evilaura.particle.xml b/graphics/particles/evilaura.particle.xml
new file mode 100644
index 00000000..59028a7f
--- /dev/null
+++ b/graphics/particles/evilaura.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>