summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/big-chest.xml
blob: eb15a42d7b943e95d5f92efc41d95a390bcb4dc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<!-- Authors: Hal9OOO (Francesco Miglietta)
Copyright (C) 2011-2012 Evol Online -->
<sprite>
    <imageset name="big-chest" src="graphics/sprites/npcs/sprite/big-chest.png" width="48" height="64"/>

    <action name="stand" imageset="big-chest">
        <!-- Chest Closes -->
        <animation direction="default">
            <frame index="0" delay="1000"/>
        </animation>

        <!-- Chest Opens -->
        <animation direction="up">
            <frame index="1" delay="125"/>
            <frame index="2" delay="125"/>
            <frame index="3" delay="6000"/>
        </animation>

    </action>
</sprite>