summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2006-08-28 10:07:36 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2006-08-28 10:07:36 +0000
commit74d7b1c478b8e4aa239127c465760f01f345fb9d (patch)
tree93cb9bf13ae6b4040dfe2032a6d57c651d297548
parent82cf4883bcc134ab9d2b89cdee17d255650e2059 (diff)
downloadclientdata-74d7b1c478b8e4aa239127c465760f01f345fb9d.tar.gz
clientdata-74d7b1c478b8e4aa239127c465760f01f345fb9d.tar.bz2
clientdata-74d7b1c478b8e4aa239127c465760f01f345fb9d.tar.xz
clientdata-74d7b1c478b8e4aa239127c465760f01f345fb9d.zip
Added headband and fixed svn properties
-rw-r--r--graphics/sprites/Makefile.am2
-rw-r--r--graphics/sprites/item001.xml192
-rw-r--r--graphics/sprites/item002.xml192
-rw-r--r--graphics/sprites/item003.xml192
-rw-r--r--graphics/sprites/item004.xml192
-rw-r--r--graphics/sprites/item005.xml192
-rw-r--r--graphics/sprites/item006.pngbin0 -> 3243 bytes
-rw-r--r--graphics/sprites/item006.xml135
8 files changed, 617 insertions, 480 deletions
diff --git a/graphics/sprites/Makefile.am b/graphics/sprites/Makefile.am
index 81b5c460..dc9416cc 100644
--- a/graphics/sprites/Makefile.am
+++ b/graphics/sprites/Makefile.am
@@ -27,6 +27,8 @@ sprites_DATA = \
item004.xml \
item005.png \
item005.xml \
+ item006.png \
+ item006.xml \
monster0.png \
monster0.xml \
monster1.png \
diff --git a/graphics/sprites/item001.xml b/graphics/sprites/item001.xml
index 24d31e92..c31561b7 100644
--- a/graphics/sprites/item001.xml
+++ b/graphics/sprites/item001.xml
@@ -1,96 +1,96 @@
-<?xml version="1.0"?>
-<sprite name="player" action="stand">
-
- <imageset name="base" src="graphics/sprites/item001.png" width="64" height="64" />
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" />
- </animation>
- <animation direction="left">
- <frame index="18" />
- </animation>
- <animation direction="up">
- <frame index="36" />
- </animation>
- <animation direction="right">
- <frame index="54" />
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <sequence start="1" end="6" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="19" end="24" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="37" end="42" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="55" end="60" delay="75" />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="7" />
- </animation>
- <animation direction="left">
- <frame index="25" />
- </animation>
- <animation direction="up">
- <frame index="43" />
- </animation>
- <animation direction="right">
- <frame index="61" />
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="down">
- <frame index="8" />
- </animation>
- <animation direction="left">
- <frame index="26" />
- </animation>
- <animation direction="up">
- <frame index="44" />
- </animation>
- <animation direction="right">
- <frame index="62" />
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <sequence start="9" end="12" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="27" end="30" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="45" end="48" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="63" end="66" delay="75" />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <sequence start="13" end="17" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="31" end="37" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="49" end="53" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="67" end="71" delay="75" />
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?>
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/item001.png" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="37" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/item002.xml b/graphics/sprites/item002.xml
index 4a44bd20..701fe1cc 100644
--- a/graphics/sprites/item002.xml
+++ b/graphics/sprites/item002.xml
@@ -1,96 +1,96 @@
-<?xml version="1.0"?>
-<sprite name="player" action="stand">
-
- <imageset name="base" src="graphics/sprites/item002.png" width="64" height="64" />
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" />
- </animation>
- <animation direction="left">
- <frame index="18" />
- </animation>
- <animation direction="up">
- <frame index="36" />
- </animation>
- <animation direction="right">
- <frame index="54" />
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <sequence start="1" end="6" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="19" end="24" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="37" end="42" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="55" end="60" delay="75" />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="7" />
- </animation>
- <animation direction="left">
- <frame index="25" />
- </animation>
- <animation direction="up">
- <frame index="43" />
- </animation>
- <animation direction="right">
- <frame index="61" />
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="down">
- <frame index="8" />
- </animation>
- <animation direction="left">
- <frame index="26" />
- </animation>
- <animation direction="up">
- <frame index="44" />
- </animation>
- <animation direction="right">
- <frame index="62" />
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <sequence start="9" end="12" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="27" end="30" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="45" end="48" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="63" end="66" delay="75" />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <sequence start="13" end="17" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="31" end="37" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="49" end="53" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="67" end="71" delay="75" />
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?>
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/item002.png" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="37" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/item003.xml b/graphics/sprites/item003.xml
index 42ce15cd..53de7ff2 100644
--- a/graphics/sprites/item003.xml
+++ b/graphics/sprites/item003.xml
@@ -1,96 +1,96 @@
-<?xml version="1.0"?>
-<sprite name="player" action="stand">
-
- <imageset name="base" src="graphics/sprites/item003.png" width="64" height="64" />
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" />
- </animation>
- <animation direction="left">
- <frame index="18" />
- </animation>
- <animation direction="up">
- <frame index="36" />
- </animation>
- <animation direction="right">
- <frame index="54" />
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <sequence start="1" end="6" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="19" end="24" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="37" end="42" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="55" end="60" delay="75" />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="7" />
- </animation>
- <animation direction="left">
- <frame index="25" />
- </animation>
- <animation direction="up">
- <frame index="43" />
- </animation>
- <animation direction="right">
- <frame index="61" />
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="down">
- <frame index="8" />
- </animation>
- <animation direction="left">
- <frame index="26" />
- </animation>
- <animation direction="up">
- <frame index="44" />
- </animation>
- <animation direction="right">
- <frame index="62" />
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <sequence start="9" end="12" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="27" end="30" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="45" end="48" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="63" end="66" delay="75" />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <sequence start="13" end="17" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="31" end="37" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="49" end="53" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="67" end="71" delay="75" />
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?>
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/item003.png" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="37" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/item004.xml b/graphics/sprites/item004.xml
index 654f4b45..9c4a34fe 100644
--- a/graphics/sprites/item004.xml
+++ b/graphics/sprites/item004.xml
@@ -1,96 +1,96 @@
-<?xml version="1.0"?>
-<sprite name="player" action="stand">
-
- <imageset name="base" src="graphics/sprites/item004.png" width="64" height="64" />
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" />
- </animation>
- <animation direction="left">
- <frame index="18" />
- </animation>
- <animation direction="up">
- <frame index="36" />
- </animation>
- <animation direction="right">
- <frame index="54" />
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <sequence start="1" end="6" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="19" end="24" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="37" end="42" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="55" end="60" delay="75" />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="7" />
- </animation>
- <animation direction="left">
- <frame index="25" />
- </animation>
- <animation direction="up">
- <frame index="43" />
- </animation>
- <animation direction="right">
- <frame index="61" />
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="down">
- <frame index="8" />
- </animation>
- <animation direction="left">
- <frame index="26" />
- </animation>
- <animation direction="up">
- <frame index="44" />
- </animation>
- <animation direction="right">
- <frame index="62" />
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <sequence start="9" end="12" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="27" end="30" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="45" end="48" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="63" end="66" delay="75" />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <sequence start="13" end="17" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="31" end="37" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="49" end="53" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="67" end="71" delay="75" />
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?>
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/item004.png" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="37" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/item005.xml b/graphics/sprites/item005.xml
index ace4a17c..954d99b8 100644
--- a/graphics/sprites/item005.xml
+++ b/graphics/sprites/item005.xml
@@ -1,96 +1,96 @@
-<?xml version="1.0"?>
-<sprite name="player" action="stand">
-
- <imageset name="base" src="graphics/sprites/item005.png" width="64" height="64" />
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" />
- </animation>
- <animation direction="left">
- <frame index="18" />
- </animation>
- <animation direction="up">
- <frame index="36" />
- </animation>
- <animation direction="right">
- <frame index="54" />
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <sequence start="1" end="6" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="19" end="24" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="37" end="42" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="55" end="60" delay="75" />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="7" />
- </animation>
- <animation direction="left">
- <frame index="25" />
- </animation>
- <animation direction="up">
- <frame index="43" />
- </animation>
- <animation direction="right">
- <frame index="61" />
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="down">
- <frame index="8" />
- </animation>
- <animation direction="left">
- <frame index="26" />
- </animation>
- <animation direction="up">
- <frame index="44" />
- </animation>
- <animation direction="right">
- <frame index="62" />
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <sequence start="9" end="12" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="27" end="30" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="45" end="48" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="63" end="66" delay="75" />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <sequence start="13" end="17" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="31" end="37" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="49" end="53" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="67" end="71" delay="75" />
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?>
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/item005.png" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="37" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/item006.png b/graphics/sprites/item006.png
new file mode 100644
index 00000000..77f7a4fe
--- /dev/null
+++ b/graphics/sprites/item006.png
Binary files differ
diff --git a/graphics/sprites/item006.xml b/graphics/sprites/item006.xml
new file mode 100644
index 00000000..13e63328
--- /dev/null
+++ b/graphics/sprites/item006.xml
@@ -0,0 +1,135 @@
+<?xml version="1.0"?>
+<sprite variants="10" variant_offset="9">
+
+ <imageset name="base" src="graphics/sprites/item006.png" width="40" height="40" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="-2" offsetY ="-30" />
+ </animation>
+ <animation direction="left">
+ <frame index="3" offsetX="-2" offsetY ="-30"/>
+ </animation>
+ <animation direction="up">
+ <frame index="4" offsetX="-3" offsetY ="-26"/>
+ </animation>
+ <animation direction="right">
+ <frame index="5" offsetX="-2" offsetY ="-30"/>
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="-2" offsetY ="-29" delay="75"/>
+ <frame index="0" offsetX="-2" offsetY ="-30" delay="75" />
+ <frame index="0" offsetX="-2" offsetY ="-30" delay="75" />
+ <frame index="0" offsetX="-2" offsetY ="-29" delay="75" />
+ <frame index="0" offsetX="-2" offsetY ="-30" delay="75" />
+ <frame index="0" offsetX="-2" offsetY ="-30" delay="75" />
+ </animation>
+ <animation direction="left">
+ <frame index="3" offsetX="-2" offsetY ="-30" delay="75"/>
+ <frame index="3" offsetX="-2" offsetY ="-29" delay="75"/>
+ <frame index="3" offsetX="-2" offsetY ="-30" delay="75"/>
+ <frame index="3" offsetX="-2" offsetY ="-30" delay="75"/>
+ <frame index="3" offsetX="-2" offsetY ="-29" delay="75"/>
+ <frame index="3" offsetX="-2" offsetY ="-30" delay="75"/>
+ </animation>
+ <animation direction="up">
+ <frame index="4" offsetX="-3" offsetY ="-26" delay="75"/>
+ <frame index="4" offsetX="-3" offsetY ="-27" delay="75"/>
+ <frame index="4" offsetX="-3" offsetY ="-27" delay="75"/>
+ <frame index="4" offsetX="-3" offsetY ="-26" delay="75"/>
+ <frame index="4" offsetX="-3" offsetY ="-27" delay="75"/>
+ <frame index="4" offsetX="-3" offsetY ="-27" delay="75"/>
+ </animation>
+ <animation direction="right">
+ <frame index="5" offsetX="-2" offsetY ="-30" delay="75"/>
+ <frame index="5" offsetX="-2" offsetY ="-29" delay="75"/>
+ <frame index="5" offsetX="-2" offsetY ="-30" delay="75"/>
+ <frame index="5" offsetX="-2" offsetY ="-30" delay="75"/>
+ <frame index="5" offsetX="-2" offsetY ="-29" delay="75"/>
+ <frame index="5" offsetX="-2" offsetY ="-30" delay="75"/>
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="-4" offsetY ="-28" delay="75" />
+ <frame index="0" offsetX="-4" offsetY ="-29" delay="75" />
+ <frame index="0" offsetX="-4" offsetY ="-26" delay="75" />
+ <frame index="0" offsetX="-4" offsetY ="-25" delay="75" />
+ </animation>
+ <animation direction="left">
+ <frame index="3" offsetX="-4" offsetY ="-31" delay="75" />
+ <frame index="3" offsetX="-4" offsetY ="-32" delay="75" />
+ <frame index="3" offsetX="-4" offsetY ="-29" delay="75" />
+ <frame index="3" offsetX="-4" offsetY ="-28" delay="75" />
+ </animation>
+ <animation direction="up">
+ <frame index="4" offsetX="-5" offsetY ="-26" delay="75"/>
+ <frame index="4" offsetX="-5" offsetY ="-26" delay="75"/>
+ <frame index="4" offsetX="-5" offsetY ="-26" delay="75"/>
+ <frame index="4" offsetX="-5" offsetY ="-24" delay="75"/>
+ </animation>
+ <animation direction="right">
+ <frame index="5" offsetX="-4" offsetY ="-31" delay="75"/>
+ <frame index="5" offsetX="-4" offsetY ="-32" delay="75"/>
+ <frame index="5" offsetX="-4" offsetY ="-29" delay="75"/>
+ <frame index="5" offsetX="-4" offsetY ="-28" delay="75"/>
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="-2" offsetY ="-29" delay="75" />
+ <frame index="0" offsetX="-2" offsetY ="-29" delay="75" />
+ <frame index="0" offsetX="-2" offsetY ="-29" delay="75" />
+ <frame index="0" offsetX="-2" offsetY ="-28" delay="75" />
+ <frame index="0" offsetX="-2" offsetY ="-29" delay="75" />
+ </animation>
+ <animation direction="left">
+ <frame index="3" offsetX="1" offsetY ="-30" delay="75" />
+ <frame index="3" offsetX="1" offsetY ="-30" delay="75" />
+ <frame index="3" offsetX="1" offsetY ="-30" delay="75" />
+ <frame index="3" offsetX="3" offsetY ="-31" delay="75" />
+ <frame index="3" offsetX="3" offsetY ="-31" delay="75" />
+ </animation>
+ <animation direction="up">
+ <frame index="4" offsetX="-2" offsetY ="-26" delay="75"/>
+ <frame index="4" offsetX="-2" offsetY ="-26" delay="75"/>
+ <frame index="4" offsetX="-3" offsetY ="-26" delay="75"/>
+ <frame index="4" offsetX="-3" offsetY ="-27" delay="75"/>
+ <frame index="4" offsetX="-3" offsetY ="-26" delay="75"/>
+ </animation>
+ <animation direction="right">
+ <frame index="5" offsetX="-3" offsetY ="-30" delay="75"/>
+ <frame index="5" offsetX="-3" offsetY ="-30" delay="75"/>
+ <frame index="5" offsetX="-3" offsetY ="-30" delay="75"/>
+ <frame index="5" offsetX="-5" offsetY ="-31" delay="75"/>
+ <frame index="5" offsetX="-5" offsetY ="-31" delay="75"/>
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="-2" offsetY ="-18" />
+ </animation>
+ <animation direction="left">
+ <frame index="3" offsetX="3" offsetY ="-21"/>
+ </animation>
+ <animation direction="up">
+ <frame index="4" offsetX="-3" offsetY ="-18"/>
+ </animation>
+ <animation direction="right">
+ <frame index="5" offsetX="-7" offsetY ="-21"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="default">
+ <frame index="8" offsetX="19" offsetY="-5"/>
+ </animation>
+ </action>
+
+</sprite> \ No newline at end of file