summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2020-02-08 19:04:25 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-08 19:04:25 -0300
commit1b74fb5c162ea340fea68f4c75e509cf772f73ed (patch)
tree8b55d8de54613a6a2737831e3bf2d96beb3c4931 /graphics/particles
parentf1d34ae358fe76e935c2c244c9e612ad993ae4fa (diff)
parent003e6aab2348c078c955c24a012520ee42c34976 (diff)
downloadclientdata-1b74fb5c162ea340fea68f4c75e509cf772f73ed.tar.gz
clientdata-1b74fb5c162ea340fea68f4c75e509cf772f73ed.tar.bz2
clientdata-1b74fb5c162ea340fea68f4c75e509cf772f73ed.tar.xz
clientdata-1b74fb5c162ea340fea68f4c75e509cf772f73ed.zip
Adding icons and particles to stat buffs (for jesusalva potions) - as per Saulc request
¡¡Not finished!! It is not yet called on status-effects.xml Merge branch 'icons-particles' of https://gitlab.com/mick-tmw2/clientdata
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>