summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2023-04-29 12:52:11 -0300
committerLedmitz <smoothshifter@tuta.io>2023-04-29 12:52:11 -0300
commit79027f728c147c86da84897321f9bb504d4382d4 (patch)
tree02552ecb500fde9394c89852e3f793afd6e493b4
parent4901f5c5e7879b529f2bdba6455fd5317812efd3 (diff)
downloadclientdata-79027f728c147c86da84897321f9bb504d4382d4.tar.gz
clientdata-79027f728c147c86da84897321f9bb504d4382d4.tar.bz2
clientdata-79027f728c147c86da84897321f9bb504d4382d4.tar.xz
clientdata-79027f728c147c86da84897321f9bb504d4382d4.zip
Missing effect rectified
-rw-r--r--graphics/particles/zap.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/particles/zap.xml b/graphics/particles/zap.xml
new file mode 100644
index 00000000..3fc60fd4
--- /dev/null
+++ b/graphics/particles/zap.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<!--
+Electricity flows downwards on target
+-->
+<effect>
+ <particle position-x="0" position-y="0" position-z="120" lifetime="1">
+ <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>