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

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

    <action name="stand" imageset="npc">    
        <animation direction="default">
            <label name="start"/>
            <goto label="static" rand="95"/>
            <goto label="lookup" rand="50"/>
            <goto label="look" rand="100"/>
            <!-- lookup -->
            <label name="lookup"/>
                <frame index="0" delay="240"/>
                <frame index="1" delay="480"/>
            <goto label="start"/>
            <!-- lookstraight -->
            <label name="look"/>
                <sequence start="0" end="3" delay="150"/>
                <frame index="3" delay="500"/>
                <frame index="2" delay="150"/>
                <frame index="1" delay="150"/>
                <frame index="0" delay="500"/>
            <goto label="start"/>
            <!-- Static Animation -->
            <label name="static"/>
                <frame index="0" delay="400"/>
            <goto label="start"/>
        </animation>
    </action>
</sprite>