summaryrefslogtreecommitdiff
path: root/graphics/particles/lightning3.xml
blob: 47cc9d1b70d5bcf0c7cd166bb5cbdd7790a8d2b6 (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
<?xml version="1.0"?>

<!--
An explosion of white particles.
-->

<!-- Copyright (C) 2010 The Mana World Development Team
Copyright (C) 2010-2011  Evol Online -->
<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="10"/>
			<property name="output" value="1"/>
			<property name="fade-out" value="8"/>
		</emitter>
	</particle>
</effect>