summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-08 03:12:42 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-08 03:12:42 -0200
commitb17037d6d8f6acc6589aef1249f0c9a46b51874c (patch)
tree662e4e0404c7650173ba1f7bb871677a8df8f4d8 /graphics/particles
parentf6d1fda8571bb819b85021c0ce9edbce268bcdd2 (diff)
downloadclientdata-b17037d6d8f6acc6589aef1249f0c9a46b51874c.tar.gz
clientdata-b17037d6d8f6acc6589aef1249f0c9a46b51874c.tar.bz2
clientdata-b17037d6d8f6acc6589aef1249f0c9a46b51874c.tar.xz
clientdata-b17037d6d8f6acc6589aef1249f0c9a46b51874c.zip
Update effects
Diffstat (limited to 'graphics/particles')
-rw-r--r--graphics/particles/circle-magic-short.xml33
-rw-r--r--graphics/particles/hastefurry.particle.xml3
2 files changed, 34 insertions, 2 deletions
diff --git a/graphics/particles/circle-magic-short.xml b/graphics/particles/circle-magic-short.xml
new file mode 100644
index 00000000..6b724c9d
--- /dev/null
+++ b/graphics/particles/circle-magic-short.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+
+<effect>
+ <particle
+ position-x = "16"
+ position-y = "24"
+ position-z = "0"
+ lifetime="500"
+ >
+
+ <animation imageset="graphics/particles/circle-magic.png" width="78" height="55">
+ <sequence start="0" end="9" delay="80"/>
+ </animation>
+
+ <emitter>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="vertical-angle" value="0"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" min="0" max="1"/>
+ <property name="power" value="30"/>
+ <emitter>
+ <property name="vertical-angle" value="90"/>
+ <property name="output" min="0" max="1"/>
+ <property name="power" value="1"/>
+ <animation imageset="graphics/particles/circle-magic-trail.png" width="6" height="17">
+ <sequence start="0" end="9" delay="80"/>
+ <end/>
+ </animation>
+ </emitter>
+ </emitter>
+
+ </particle>
+</effect>
diff --git a/graphics/particles/hastefurry.particle.xml b/graphics/particles/hastefurry.particle.xml
index ebbfb5ae..295e1cb0 100644
--- a/graphics/particles/hastefurry.particle.xml
+++ b/graphics/particles/hastefurry.particle.xml
@@ -5,8 +5,7 @@ Effect for attack speed buff purple small particle
<effect>
<particle position-x="0"
position-y="0"
- position-z="0"
- lifetime="500">
+ position-z="0">
<emitter>
<property name="position-z" min="16" max="96"/>
<property name="vertical-angle" min="0" max="90"/>