blob: 50c478a45d3ac8da3a7291f45f2a828c1581f60c (
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="137" lifetime="1">
<emitter>
<property name="power" min="0" max="0"/>
<property name="gravity" value="0"/>
<property name="image" value="graphics/particles/lightning3-275.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>
|