summaryrefslogblamecommitdiff
path: root/graphics/sprites/npcs/xml/chest.xml
blob: 694b858987ca09c46cf9728a9155fe6577b3d8e0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                                                
                                          



                    
<?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="1" delay="250"/>
        </animation>

    </action>
</sprite>