summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/chelios.xml
blob: 1785f5567bfba0b7fc9e42460527efea2873417a (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
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2015 Evol Online -->

<sprite>
    <imageset name="npc"
              src="graphics/sprites/npcs/sprite/chelios.png"
              width="40"
              height="64"/>

    <action name="stand" imageset="npc">    
        <animation direction="default">
            <label name="start"/>
            <goto label="static" rand="85"/>
            <goto label="hamlong" rand="50"/>
            <goto label="ham" rand="100"/>
            <!-- Long Hammering -->
            <label name="hamlong"/>
                <sequence start="0" end="3" repeat="6" delay="200"/>
                <sequence start="0" end="2" repeat="2" delay="180"/>
                <frame index="4" delay="240"/>
            <goto label="start"/>
            <!-- Long Move Animation -->
            <label name="ham"/>
                <sequence start="0" end="3" repeat="2" delay="200"/>
                <sequence start="0" end="2" repeat="2" delay="180"/>
                <frame index="4" delay="240"/>
            <!-- Static Animation -->
            <label name="static"/>
                <frame index="4" delay="240"/>
            <goto label="start"/>
            <goto label="start"/>
        </animation>
    </action>
</sprite>