summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/tower.xml
blob: b4dd985aa8a5424515b0dd503b9b3ecf60a5fab5 (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
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Micksha
Copyright (C) 2015 - 2020 Evol Online -->

<sprite>
    <imageset name="mob"
              src="graphics/sprites/monsters/tower.png"
              width="64"
              height="64"/>
    <action name="stand" imageset="mob">
        <animation direction="default">
            <frame index="0"/>
        </animation>
    </action>
     <action name="stand" imageset="mob" hp="66">
        <animation direction="default">
            <frame index="4"/>
        </animation>
    </action>
     <action name="stand" imageset="mob" hp="33">
        <animation direction="default">
            <frame index="8"/>
        </animation>
    </action>
  <action name="attack" imageset="mob">
    <animation direction="default">
      <sequence start="1" end="3" delay="60"/>
      <frame index="2" delay="60"/>
      <frame index="1" delay="60"/>
      <end/>
    </animation>
  </action>
  <action name="attack" imageset="mob" hp="66">
    <animation direction="default">
      <sequence start="5" end="7" delay="60"/>
      <frame index="6" delay="60"/>
      <frame index="5" delay="60"/>
      <end/>
    </animation>
  </action>
  <action name="attack" imageset="mob" hp="33">
    <animation direction="default">
      <sequence start="9" end="11" delay="60"/>
      <frame index="10" delay="60"/>
      <frame index="9" delay="60"/>
      <end/>
    </animation>
  </action>
    <action name="dead" imageset="mob">
        <animation>
            <frame index="12" delay="10000"/>
            <frame index="13"/>
        </animation>
    </action>
</sprite>