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

<!-- Copyright (C) 2010 The Mana World Development Team
Copyright (C) 2010-2011  Evol Online -->
<effect>
	<particle
		position-x = "0"
		position-y = "0"
		position-z = "0"
		lifetime = "16"
		>
		<emitter>
                        <animation imageset="graphics/particles/puff-blue.png" width="17" height="17">
                                <sequence start="0" end="9" delay="30" />
                                <frame index="0" delay="300" />
                                <end />
                        </animation>
		<property name="vertical-angle" value="90"/>
		<property name="power" value="4"/>
		<property name="lifetime" value="30"/>
		<property name="output" min="2" max="5"/>
		<property name="position-x" min="-16" max="16"/>
		<property name="position-y" min="-16" max="16"/>
		<property name="position-z" min="0" max="3"/>
		</emitter>
	</particle>
</effect>