summaryrefslogtreecommitdiff
path: root/graphics/particles/lightning1.xml
blob: df489cb5ea604945003bc4aa238bed3d98b3b8eb (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
39
40
41
42
43
44
45
46
<?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="10"/>
			<property name="output" value="1"/>
			<property name="fade-out" value="8"/>
		</emitter>
	</particle>
</effect>
<?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="10"/>
			<property name="output" value="1"/>
			<property name="fade-out" value="8"/>
		</emitter>
	</particle>
</effect>