summaryrefslogtreecommitdiff
path: root/tmw-darkside.servegame.com/graphics/sprites/monsters/monster-fairy.xml
blob: 2cb8e6aba1e07863cccd17b78ae27328f42b5b5f (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
<?xml version="1.0"?>
<sprite>

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

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

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

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

</sprite>