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

<sprite>
    <imageset name="base"
              src="graphics/sprites/npcs/sprite/valia.png"
              width="32"
              height="96"/>

    <action name="stand" imageset="base">
        <animation direction="default">
            <label name="start"/>
            <goto label="static" rand="70"/>
            <goto label="magic" rand="100"/>

<!-- moving hand over the magic ball -->

            <label name="magic"/>
                <frame index="0" delay="500"/>
                <frame index="1" delay="250"/>
                <frame index="2" delay="250"/>
                <frame index="3" delay="250"/>
                <frame index="2" delay="250"/>
            <goto label="start"/>

            <!-- Static Animation -->
            <label name="static"/>
                <frame index="0" delay="3000"/>
            <goto label="start"/>

        </animation>
    </action>
</sprite>