summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authorMicksha <Micksha@users.noreply.github.com>2019-04-16 16:30:15 +0200
committerMicksha <Micksha@users.noreply.github.com>2019-04-17 09:09:03 +0200
commit003e6aab2348c078c955c24a012520ee42c34976 (patch)
tree452edc0e72ad087b0996152e03daee80bf341990 /graphics/particles
parentac34935eb07cc2a344dd654f6e9cfaadef24b515 (diff)
downloadclientdata-003e6aab2348c078c955c24a012520ee42c34976.tar.gz
clientdata-003e6aab2348c078c955c24a012520ee42c34976.tar.bz2
clientdata-003e6aab2348c078c955c24a012520ee42c34976.tar.xz
clientdata-003e6aab2348c078c955c24a012520ee42c34976.zip
initial commit for adding icons and particles to stat buffs (for jesusalva potions)
Diffstat (limited to 'graphics/particles')
-rw-r--r--graphics/particles/strengthfurry.particle.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/graphics/particles/strengthfurry.particle.xml b/graphics/particles/strengthfurry.particle.xml
new file mode 100644
index 00000000..cc4542c3
--- /dev/null
+++ b/graphics/particles/strengthfurry.particle.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0"?>
+<!--
+Effect for attack power buff purple small particle
+-->
+<effect>
+ <particle position-x="0"
+ position-y="0"
+ position-z="0">
+ <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:#c05000,f0a000,f0f09f"/>
+ <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:#c05000,f0a000,f0f09f"/>
+ <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>