summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/toichi.xml
blob: e73db640401f01aaa7d321910822b39a88de12fb (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, Micksha
Copyright (C) 2015-2020 Evol Online -->

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

    <action name="stand" imageset="npc">    
        <animation direction="default">
            <label name="start"/>
            <goto label="static" rand="90"/>
            <goto label="hamlong" rand="33"/>
            <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>