diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-08 17:24:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-08 17:24:14 -0300 |
commit | b779bc8ddfb3ea3a49285aab4a69726c88d3aca9 (patch) | |
tree | 250bb6f817f5fd1919a52bcae8be71eff985f3fb /graphics/particles/monster-troll-foefire.particle.xml | |
parent | 2dae184b0ff91e21f8d6ec0b693592c27b3cd2f0 (diff) | |
download | clientdata-b779bc8ddfb3ea3a49285aab4a69726c88d3aca9.tar.gz clientdata-b779bc8ddfb3ea3a49285aab4a69726c88d3aca9.tar.bz2 clientdata-b779bc8ddfb3ea3a49285aab4a69726c88d3aca9.tar.xz clientdata-b779bc8ddfb3ea3a49285aab4a69726c88d3aca9.zip |
Fix pipelines
Diffstat (limited to 'graphics/particles/monster-troll-foefire.particle.xml')
-rw-r--r-- | graphics/particles/monster-troll-foefire.particle.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/graphics/particles/monster-troll-foefire.particle.xml b/graphics/particles/monster-troll-foefire.particle.xml new file mode 100644 index 00000000..6e3bcce2 --- /dev/null +++ b/graphics/particles/monster-troll-foefire.particle.xml @@ -0,0 +1,34 @@ +<?xml version="1.0"?> +<!-- +A horizontal flame burst with a range of about 60 pixels. +Creates up to 400 particles but only for a very brief moment. +used for the foefire attack of the Trolls. +--> +<effect> + <particle position-x="0" position-y="0" position-z="16" lifetime="25"> + <emitter> + <property name="position-x" min="0" max="0"/> + <property name="position-y" min="-8" max="-8"/> + <property name="horizontal-angle" min="80" max="100"/> + <property name="vertical-angle" min="-20" max="20"/> + <property name="power" min="1" max="1.5"/> + <property name="momentum" value="0.99"/> + <property name="gravity" value="-0.02"/> + <animation imageset="graphics/particles/monster-troll-foefire.particle.png|W:#00FFFF,0000ff" width="24" height="24"> + <frame index="0" delay="5"/> + <frame index="1" delay="10"/> + <frame index="2" delay="15"/> + <frame index="3" delay="25"/> + <frame index="4" delay="35"/> + <frame index="5" delay="60"/> + <frame index="6" delay="95"/> + <frame index="7" delay="160"/> + <frame index="8" delay="9999"/> + </animation> + <property name="lifetime" min="0" max="110"/> + <property name="output" min="5" max="10"/> + <property name="fade-in" value="0"/> + <property name="fade-out" value="90"/> + </emitter> + </particle> +</effect> |