summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authortux9th <mr.x@aon.at>2013-06-12 14:37:49 +0200
committertux9th <mr.x@aon.at>2013-09-03 19:19:54 +0200
commit91a9e9788958a8d185e8094d01f69fd2a47385d9 (patch)
treeda30eec8e52ac51863b2c8e97cdd076a598dff61 /graphics/particles
parent46f6fee64ed79d10472a68b812a7e7030054ff5d (diff)
downloadclientdata-91a9e9788958a8d185e8094d01f69fd2a47385d9.tar.gz
clientdata-91a9e9788958a8d185e8094d01f69fd2a47385d9.tar.bz2
clientdata-91a9e9788958a8d185e8094d01f69fd2a47385d9.tar.xz
clientdata-91a9e9788958a8d185e8094d01f69fd2a47385d9.zip
Adding Dark Magic:
* Added in ea_skills.xml. * Added in skills.xml. * Added Dark Magic image, done by wushin, enchilado and Alige. * Edited license.txt. * Added particle effect for Dark Magic.
Diffstat (limited to 'graphics/particles')
-rw-r--r--graphics/particles/magic.darkred.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/particles/magic.darkred.xml b/graphics/particles/magic.darkred.xml
new file mode 100644
index 00000000..96460946
--- /dev/null
+++ b/graphics/particles/magic.darkred.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<effect>
+ <particle position-x="0" position-y="0" position-z="0" lifetime="128">
+ <emitter>
+ <animation imageset="graphics/particles/sparkle.png|W:#ff0000,000000" width="15" height="15">
+ <sequence start="0" end="3" delay="50"/>
+ <frame index="0" delay="100"/>
+ </animation>
+ <property name="vertical-angle" value="90"/>
+ <property name="power" min="1" max="1"/>
+ <property name="lifetime" min="15" max="25"/>
+ <property name="output" min="1" max="1"/>
+ <property name="position-x" min="-16" max="16"/>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="position-z" min="29" max="40"/>
+ </emitter>
+ </particle>
+</effect>