summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/vein-iron.xml
blob: 0b966342e368912ab601fb6e42b07733c02b18e1 (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
<?xml version="1.0" encoding="utf-8"?>
<sprite>
    <imageset name="mob" 
              src="graphics/sprites/monsters/vein-iron.png|W" 
              width="32" 
              height="32"/>

    <action name="stand" imageset="mob">
        <animation direction="default">
            <label name="start"/>
            <goto label="static" rand="90"/>
            <goto label="fullsparkle" rand="100"/>

            <label name="static"/>
            <frame index="0" delay="5000" offsetX="0" offsetY="0"/>
            <goto label="start"/>

            <label name="fullsparkle"/>
            <sequence start="0" end="9" delay="80" offsetX="0" offsetY="0"/>
            <frame index="0" delay="2000" offsetX="0" offsetY="0"/>
        </animation>
    </action>

    <action name="dead" imageset="mob">
        <animation>
            <frame index="10" delay="1000"/>
        </animation>
    </action>
</sprite>