summaryrefslogtreecommitdiff
path: root/tmw-darkside.servegame.com/graphics/particles/undead-witch-attack.particle.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-09 15:53:24 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-09 15:53:24 -0300
commit984b43d29ae5104b26dcae086f355efff1409c44 (patch)
treee7ef04135497ad4535317855e56b65d9149ef841 /tmw-darkside.servegame.com/graphics/particles/undead-witch-attack.particle.xml
parentf6c8e69330444a34925e21623f6f08ead7ca869b (diff)
downloadart-darkside.tar.gz
art-darkside.tar.bz2
art-darkside.tar.xz
art-darkside.zip
Darkside filesdarkside
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>