summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sprites/npcs/sprite/big-chest.pngbin0 -> 4088 bytes
-rw-r--r--graphics/sprites/npcs/xml/big-chest.xml21
2 files changed, 21 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/sprite/big-chest.png b/graphics/sprites/npcs/sprite/big-chest.png
new file mode 100644
index 00000000..40443988
--- /dev/null
+++ b/graphics/sprites/npcs/sprite/big-chest.png
Binary files differ
diff --git a/graphics/sprites/npcs/xml/big-chest.xml b/graphics/sprites/npcs/xml/big-chest.xml
new file mode 100644
index 00000000..eb15a42d
--- /dev/null
+++ b/graphics/sprites/npcs/xml/big-chest.xml
@@ -0,0 +1,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>