summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-06-11 21:30:14 +0000
committerSaulc <lucashelaine14@gmail.com>2018-06-11 21:30:14 +0000
commit905913f3c20597e36f21bc10148136debd75a5ad (patch)
treedd6adaad989da1c176aea0dfc77f582c8b36e097 /graphics/particles
parent3d98affd33fb82ce2bd9118e441e1e7358e18746 (diff)
downloadclientdata-905913f3c20597e36f21bc10148136debd75a5ad.tar.gz
clientdata-905913f3c20597e36f21bc10148136debd75a5ad.tar.bz2
clientdata-905913f3c20597e36f21bc10148136debd75a5ad.tar.xz
clientdata-905913f3c20597e36f21bc10148136debd75a5ad.zip
haste particle effect
Diffstat (limited to 'graphics/particles')
-rw-r--r--graphics/particles/hastefurry.particle.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/graphics/particles/hastefurry.particle.xml b/graphics/particles/hastefurry.particle.xml
new file mode 100644
index 00000000..ebbfb5ae
--- /dev/null
+++ b/graphics/particles/hastefurry.particle.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+Effect for attack speed buff purple small particle
+-->
+<effect>
+ <particle position-x="0"
+ position-y="0"
+ position-z="0"
+ lifetime="500">
+ <emitter>
+ <property name="position-z" min="16" max="96"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="8" max="28"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" value="1"/>
+ <emitter>
+ <property name="gravity" value="-0.1"/>
+ <property name="momentum" value="0.5"/>
+ <property name="image" value="graphics/particles/gloworb-medium.png|W:#da69e5"/>
+ <property name="lifetime" value="27"/>
+ <property name="fade-in" value="5"/>
+ <property name="fade-out" value="25"/>
+ <property name="output" min="0" max="1"/>
+ <property name="output-pause" min="40" max="100"/>
+ <property name="randomness" value="200"/>
+ </emitter>
+ <emitter>
+ <property name="gravity" value="-0.1"/>
+ <property name="momentum" value="0.8"/>
+ <property name="image" value="graphics/particles/orb-small.png|W:#da69e5"/>
+ <property name="lifetime" value="28"/>
+ <property name="fade-in" value="5"/>
+ <property name="fade-out" value="25"/>
+ <property name="output" min="0" max="1"/>
+ <property name="output-pause" min="40" max="100"/>
+ <property name="randomness" value="200"/>
+ </emitter>
+ </emitter>
+ </particle>
+</effect>