diff options
author | Administrator <admin@themanaworld.org> | 2022-10-15 01:09:25 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-10-15 01:09:25 +0000 |
commit | 9f6d126dfea8e23ea1766ef06d3ae0464e1b9bec (patch) | |
tree | 562dc0a80a7aeacb5c5830e041a7008dc66a6893 /graphics/particles/lightning2.xml | |
parent | da0c56089434d94e16667723093959fecdc5c8ad (diff) | |
download | clientdata-9f6d126dfea8e23ea1766ef06d3ae0464e1b9bec.tar.gz clientdata-9f6d126dfea8e23ea1766ef06d3ae0464e1b9bec.tar.bz2 clientdata-9f6d126dfea8e23ea1766ef06d3ae0464e1b9bec.tar.xz clientdata-9f6d126dfea8e23ea1766ef06d3ae0464e1b9bec.zip |
Full magic SFX set, dart animation for flar/phlex, custom ingrav part…
Diffstat (limited to 'graphics/particles/lightning2.xml')
-rw-r--r-- | graphics/particles/lightning2.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/graphics/particles/lightning2.xml b/graphics/particles/lightning2.xml index 6f5d059d..09d20888 100644 --- a/graphics/particles/lightning2.xml +++ b/graphics/particles/lightning2.xml @@ -8,9 +8,22 @@ An explosion of white particles. <property name="power" min="0" max="0"/> <property name="gravity" value="0"/> <property name="image" value="graphics/particles/lightning2-263.png"/> - <property name="lifetime" min="5" max="10"/> + <property name="lifetime" min="5" max="50"/> <property name="output" value="1"/> <property name="fade-out" value="8"/> </emitter> + <emitter> + <property name="lifetime" value="300"/> + <property name="output" min="5" max="30"/> + <property name="position-x" min="-32" max="32"/> + <property name="position-y" min="-16" max="-32"/> + <property name="position-z" value="-120"/> + <property name="gravity" value="1"/> + <property name="momentum" value="0.1"/> + <animation imageset="graphics/particles/electricity.particle.png|W:#FFFF8F" width="15" height="15"> + <sequence start="0" end="7" delay="20"/> + </animation> + <property name="fade-out" value="0"/> + </emitter> </particle> </effect> |