summaryrefslogtreecommitdiff
path: root/graphics/particles/bonfire-shifted.particle.xml
blob: 8b5d35479cc92d8f6c36802870cf5ff92e313908 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0"?>

<!--
Special fire animation for bonfire tile. Can be used only on the open air.
This one can be placed directly on the border between four tiles
-->

<effect>
	<particle
		position-x = "0"
		position-y = "0"
		position-z = "0"
		>
		<emitter>
			<property name="position-x" value="-5"/>
			<property name="position-y" min="-4" max="-4"/>
			<property name="horizontal-angle" min="0" max="360"/>
			<property name="vertical-angle" min="0" max="90"/>
			<property name="power" min="0" max="0.05"/>
			<property name="gravity" value="-0.03"/>
			<animation imageset="graphics/particles/aniblaze.png" width="8" height="8">
				<sequence start="0" end="14" delay="30"/>
				<frame index="14" delay="1000"/>
			</animation>
			<property name="lifetime" value="15"/>
			<property name="output" value="1"/>
			<property name="fade-in" value="0"/>
			<property name="fade-out" value="10"/>
		</emitter>
		<emitter>
			<property name="position-x" value="5"/>
			<property name="position-y" min="-4" max="-2"/>
			<property name="horizontal-angle" min="0" max="360"/>
			<property name="vertical-angle" min="0" max="90"/>
			<property name="power" min="0" max="0.05"/>
			<property name="gravity" value="-0.03"/>
			<animation imageset="graphics/particles/aniblaze.png" width="8" height="8">
				<sequence start="0" end="14" delay="30"/>
				<frame index="14" delay="1000"/>
			</animation>
			<property name="lifetime" value="15"/>
			<property name="output" value="1"/>
			<property name="fade-in" value="0"/>
			<property name="fade-out" value="10"/>
		</emitter>
		<emitter>
			<property name="position-y" min="-4" max="0"/>
			<property name="horizontal-angle" min="0" max="360"/>
			<property name="vertical-angle" min="0" max="90"/>
			<property name="power" min="0.0" max="0.05"/>
			<property name="gravity" value="-0.03"/>
			<animation imageset="graphics/particles/aniblaze.png" width="8" height="8">
				<sequence start="0" end="14" delay="30"/>
				<frame index="14" delay="1000"/>
			</animation>
			<property name="lifetime" value="15"/>
			<property name="output" value="1"/>
			<property name="fade-in" value="0"/>
			<property name="fade-out" value="10"/>
		</emitter>
		<emitter>
			<property name="position-y" min="-10" max="-20"/>
			<property name="horizontal-angle" min="0" max="360"/>
			<property name="vertical-angle" min="0" max="50"/>
			<property name="power" min="0.2" max="0.4"/>
			<property name="gravity" value="-0.02"/>
			<animation imageset="graphics/particles/aniblaze-medium.png|W:#746767" width="16" height="16">
				<sequence start="0" end="8" delay="90"/>
				<frame index="14" delay="200"/>
			</animation>
			<property name="lifetime" value="50"/>
			<property name="output" min="0" max="2"/>
			<property name="fade-in" value="0"/>
			<property name="fade-out" value="180"/>
		</emitter>
		<emitter>
			<property name="position-y" value="-10"/>
			<property name="horizontal-angle" min="0" max="360"/>
			<property name="vertical-angle" min="0" max="180"/>
			<property name="power" value="0.5"/>
			<property name="gravity" value="-0.01"/>
			<animation imageset="graphics/particles/fog-medium-c.png" width="32" height="32">
				<frame index="0" delay="100"/>
				<frame index="0" delay="1000"/>
			</animation>
			<property name="lifetime" value="80"/>
			<property name="output" value="1"/>
			<property name="fade-in" value="0"/>
			<property name="fade-out" value="230"/>
		</emitter>
		<emitter>
			<property name="position-x" min="2" max="3"/>
			<property name="position-y" value="-10"/>
			<property name="horizontal-angle" min="0" max="360"/>
			<property name="vertical-angle" min="0" max="180"/>
			<property name="power" value="0.2"/>
			<property name="gravity" value="-0.01"/>
			<animation imageset="graphics/particles/orb-small.png|W:#f4c874" width="4" height="4">
				<frame index="0" delay="100"/>
				<frame index="0" delay="1000"/>
			</animation>
			<property name="lifetime" value="60"/>
			<property name="output" value="1"/>
			<property name="fade-in" value="0"/>
			<property name="fade-out" value="1"/>
		</emitter>
		<emitter>
			<property name="position-x" min="-3" max="4"/>
			<property name="position-y" value="-9"/>
			<property name="horizontal-angle" min="0" max="360"/>
			<property name="vertical-angle" min="0" max="180"/>
			<property name="power" value="0.2"/>
			<property name="gravity" value="-0.01"/>
			<animation imageset="graphics/particles/orb-small.png|W:#e87a54" width="4" height="4">
				<frame index="0" delay="100"/>
				<frame index="0" delay="1000"/>
			</animation>
			<property name="lifetime" value="60"/>
			<property name="output" value="1"/>
			<property name="fade-in" value="0"/>
			<property name="fade-out" value="150"/>
		</emitter>
	</particle>
</effect>