summaryrefslogtreecommitdiff
path: root/graphics/particles/lightning2.xml
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2022-10-15 01:09:25 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2022-10-15 01:09:25 +0000
commita1646f0a38d826476d2ecd1f1825b2874499dc2c (patch)
tree562dc0a80a7aeacb5c5830e041a7008dc66a6893 /graphics/particles/lightning2.xml
parentda0c56089434d94e16667723093959fecdc5c8ad (diff)
parent9f6d126dfea8e23ea1766ef06d3ae0464e1b9bec (diff)
downloadclientdata-a1646f0a38d826476d2ecd1f1825b2874499dc2c.tar.gz
clientdata-a1646f0a38d826476d2ecd1f1825b2874499dc2c.tar.bz2
clientdata-a1646f0a38d826476d2ecd1f1825b2874499dc2c.tar.xz
clientdata-a1646f0a38d826476d2ecd1f1825b2874499dc2c.zip
Merge branch 'github/fork/Ledmitz/magic_sfx_n_particles' into 'master'
Full magic SFX set, dart animation for flar/phlex, custom ingrav part… See merge request legacy/clientdata!402
Diffstat (limited to 'graphics/particles/lightning2.xml')
-rw-r--r--graphics/particles/lightning2.xml15
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>