blob: 39071735577ea4b39bd44de1397bb7aa1e870d6a (
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
|
<?xml version="1.0"?>
<!--
An explosion of white particles.
-->
<effect>
<particle position-x="0" position-y="0" position-z="120" lifetime="1">
<emitter>
<property name="power" min="0" max="0"/>
<property name="gravity" value="0"/>
<property name="image" value="graphics/particles/lightning1-240.png"/>
<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>
|