summaryrefslogtreecommitdiff
path: root/tmw-darkside.servegame.com/graphics/particles/undead-witch-attack.particle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tmw-darkside.servegame.com/graphics/particles/undead-witch-attack.particle.xml')
-rw-r--r--tmw-darkside.servegame.com/graphics/particles/undead-witch-attack.particle.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/tmw-darkside.servegame.com/graphics/particles/undead-witch-attack.particle.xml b/tmw-darkside.servegame.com/graphics/particles/undead-witch-attack.particle.xml
new file mode 100644
index 00000000..5a5f8767
--- /dev/null
+++ b/tmw-darkside.servegame.com/graphics/particles/undead-witch-attack.particle.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<!--
+A energy ball like particle effect intended for use of the Undead-Witch's attacks.
+-->
+<effect>
+ <particle position-x="0" position-y="0" position-z="8" lifetime="102">
+ <emitter>
+ <property name="image" value="graphics/particles/star-small.png|W:#111111,222222,333333,444444,555555,aaaaaa"/>
+ <property name="lifetime" value="200"/>
+ <property name="fade-out" value="100"/>
+ <property name="output" min="0" max="1"/>
+ <property name="power" min="1" max="3"/>
+ <property name="horizontal-angle" min="-15" max="-175"/>
+ <property name="momentum" value="0.95"/>
+ <property name="randomness" value="200"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ </emitter>
+ <emitter>
+ <property name="image" value="graphics/particles/orb-large.png|W:#111111,222222,333333"/>
+ <property name="lifetime" value="225"/>
+ <property name="fade-out" value="100"/>
+ <property name="output" min="0" max="1"/>
+ <property name="power" value="1"/>
+ <property name="horizontal-angle" min="-10" max="-10"/>
+ <property name="momentum" value="0.95"/>
+ <property name="randomness" value="75"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ </emitter>
+ </particle>
+</effect>