summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/chest.xml
blob: 9a071885c8f6c8dd322d119942186658e3ef97b0 (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="chest" src="graphics/sprites/npcs/sprite/chest.png" width="32" height="32"/>

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

        <!-- Chest Opens -->
        <animation direction="up">
            <frame index="1" delay="250"/>
            <frame index="2" delay="6000"/>
            <frame index="0" delay="1000"/>
        </animation>

    </action>
</sprite>