summaryrefslogtreecommitdiff
path: root/graphics/particles/necrotic-lightning.xml
blob: 88b7740f5a7c5e16fd8c4426cad56e56752674fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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>