summaryrefslogtreecommitdiff
path: root/graphics/particles/necrotic-lightning.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/particles/necrotic-lightning.xml')
-rw-r--r--graphics/particles/necrotic-lightning.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/graphics/particles/necrotic-lightning.xml b/graphics/particles/necrotic-lightning.xml
new file mode 100644
index 00000000..88b7740f
--- /dev/null
+++ b/graphics/particles/necrotic-lightning.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<!--
+ @author → dangerDuck <sean.hulka@gmail.com>
+ @version → 2021-06-05
+ @description → Necrotic lightning particle effect that crackles and burns
+ @licence → GNU GPL v3: http://www.gnu.org/licenses/gpl.html
+-->
+
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "137"
+ lifetime = "30"
+ >
+
+ <emitter>
+ <property name="position-x" min="-16" max="16"/>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="acceleration" value="0.05"/>
+ <property name="momentum" value="0.95"/>
+ <property name="power" min="0" max="0"/>
+ <property name="image" value="graphics/particles/lightning3-275.png|W:#ffffff,9588CC"/>
+ <property name="lifetime" min="5" max="10"/>
+ <property name="fade-out" value="8"/>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="-16" max="16"/>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="acceleration" value="0.05"/>
+ <property name="momentum" value="0.95"/>
+ <property name="power" min="0" max="0"/>
+ <property name="image" value="graphics/particles/lightning2-263.png|W:#ffffff,9588DD"/>
+ <property name="lifetime" min="5" max="10"/>
+ <property name="fade-out" value="8"/>
+ </emitter>
+ </particle>
+</effect>