summaryrefslogtreecommitdiff
path: root/tmw-darkside.servegame.com/graphics/sprites/pets/pet-fairy-blue.xml
blob: 7429a8009d70970ed6a58b4dc0796ea47c82f26c (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
<?xml version="1.0"?>
<sprite>

	<imageset name="base" src="graphics/sprites/pets/blue-fairy.png" width="37" height="58" />

	<action name="stand" imageset="base">
		<animation direction="down">
			<sequence start="0" end="5" delay="25" offsetX="-30" />
		</animation>
		<animation direction="left">
			<sequence start="18" end="23" delay="25" offsetX="-30" />
		</animation>
		<animation direction="up">
			<sequence start="35" end="40" delay="25" offsetX="-30" />
		</animation>
		<animation direction="right">
			<sequence start="52" end="57" delay="25" offsetX="-30" />
		</animation>
	</action>

	<action name="attack" imageset="base">
		<animation direction="down">
			<sequence start="6" end="8" delay="150" offsetX="-30" />
			<end />
		</animation>
		<animation direction="left">
			<sequence start="23" end="25" delay="150" offsetX="-30" />
			<end />
		</animation>
		<animation direction="up">
			<sequence start="40" end="42" delay="150" offsetX="-30" />
			<end />
		</animation>
		<animation direction="right">
			<sequence start="57" end="59" delay="150" offsetX="-30" />
			<end />
		</animation>
	</action>

	<action name="dead" imageset="base">
		<animation direction="down">
			<sequence start="9" end="16" delay="200" offsetX="-30" />
			<frame index="82" offsetX="-30" />
			<end />
		</animation>
	</action>

</sprite>