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/electricity.yellow.persist.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/electricity.yellow.persist.xml')
-rw-r--r-- | graphics/particles/electricity.yellow.persist.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/particles/electricity.yellow.persist.xml b/graphics/particles/electricity.yellow.persist.xml new file mode 100644 index 00000000..f5534f0b --- /dev/null +++ b/graphics/particles/electricity.yellow.persist.xml @@ -0,0 +1,17 @@ +<?xml version="1.0"?> +<effect> + <particle position-x="0" position-y="0" position-z="0" lifetime="250"> + <emitter> + <property name="lifetime" value="30"/> + <property name="output" value="1"/> + <property name="position-x" min="-16" max="16"/> + <property name="position-y" min="-16" max="16"/> + <property name="gravity" value="-1"/> + <property name="momentum" value="0.05"/> + <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="250"/> + </emitter> + </particle> +</effect> |