summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/flask.xml
blob: dde873fad982581ea8033a17425a08e319c6c954 (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"?>
<!-- Author: Reid
Copyright (C) 2015 Evol Online -->
<sprite>
    <imageset name="npc"
              src="graphics/sprites/npcs/sprite/flask.png"
              width="64"
              height="64"/>

    <action name="stand" imageset="npc">
        <!-- Flask animation -->
        <animation direction="default">
            <sequence start="1" end="3" delay="140" repeat="3"/>
            <sequence start="4" end="6" delay="100" repeat="3"/>
            <sequence start="7" end="21" delay="10"/>
            <sequence start="22" end="36" delay="90" repeat="3"/>
            <frame index="36" delay="200"/>
            <frame index="35" delay="90"/>
            <frame index="21" delay="90"/>
            <frame index="20" delay="90"/>
            <frame index="1" delay="90"/>

        </animation>
        <!-- Static Flask -->
        <animation direction="up">
            <frame index="0"/>
        </animation>
    </action>
</sprite>