summaryrefslogtreecommitdiff
path: root/graphics/sprites/hairstyles
diff options
context:
space:
mode:
authorAli-G <gauvain.dauchy@free.fr>2011-04-30 14:20:42 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-04-30 14:23:24 +0200
commit1e3fde77b5897db681d02b63b17ce595c2a8e4e3 (patch)
treeff0adcfd42949d02187a7d47e7d55f291a5c25f1 /graphics/sprites/hairstyles
parent360a50f3a8e4ef40c19b18fccd80e58206fd39fa (diff)
downloadclientdata-1e3fde77b5897db681d02b63b17ce595c2a8e4e3.tar.gz
clientdata-1e3fde77b5897db681d02b63b17ce595c2a8e4e3.tar.bz2
clientdata-1e3fde77b5897db681d02b63b17ce595c2a8e4e3.tar.xz
clientdata-1e3fde77b5897db681d02b63b17ce595c2a8e4e3.zip
Put the haircuts into a single folder: graphics/sprites/hairstyles
Diffstat (limited to 'graphics/sprites/hairstyles')
-rw-r--r--graphics/sprites/hairstyles/hairstyle00.xml80
-rw-r--r--graphics/sprites/hairstyles/hairstyle01.pngbin0 -> 4659 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle01.xml143
-rw-r--r--graphics/sprites/hairstyles/hairstyle02.pngbin0 -> 1073 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle02.xml8
-rw-r--r--graphics/sprites/hairstyles/hairstyle03.pngbin0 -> 1121 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle03.xml8
-rw-r--r--graphics/sprites/hairstyles/hairstyle04.pngbin0 -> 1312 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle04.xml8
-rw-r--r--graphics/sprites/hairstyles/hairstyle05.pngbin0 -> 1872 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle05.xml8
-rw-r--r--graphics/sprites/hairstyles/hairstyle06.pngbin0 -> 1092 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle06.xml8
-rw-r--r--graphics/sprites/hairstyles/hairstyle07.pngbin0 -> 1017 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle07.xml8
-rw-r--r--graphics/sprites/hairstyles/hairstyle08.pngbin0 -> 2532 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle08.xml8
-rw-r--r--graphics/sprites/hairstyles/hairstyle09.pngbin0 -> 2280 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle09.xml8
-rw-r--r--graphics/sprites/hairstyles/hairstyle10.pngbin0 -> 3127 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle10.xml8
-rw-r--r--graphics/sprites/hairstyles/hairstyle11.pngbin0 -> 3708 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle11.xml8
-rw-r--r--graphics/sprites/hairstyles/hairstyle12.pngbin0 -> 1668 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle12.xml8
-rw-r--r--graphics/sprites/hairstyles/hairstyle13.pngbin0 -> 1525 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle13.xml143
-rw-r--r--graphics/sprites/hairstyles/hairstyle14.pngbin0 -> 5214 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle14.xml8
-rw-r--r--graphics/sprites/hairstyles/hairstyle15.pngbin0 -> 3217 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle15.xml8
-rw-r--r--graphics/sprites/hairstyles/hairstyle16.pngbin0 -> 4571 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle16.xml8
-rw-r--r--graphics/sprites/hairstyles/hairstyle17.pngbin0 -> 4678 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle17.xml8
-rw-r--r--graphics/sprites/hairstyles/hairstyle18.pngbin0 -> 2021 bytes
-rw-r--r--graphics/sprites/hairstyles/hairstyle18.xml8
37 files changed, 494 insertions, 0 deletions
diff --git a/graphics/sprites/hairstyles/hairstyle00.xml b/graphics/sprites/hairstyles/hairstyle00.xml
new file mode 100644
index 00000000..7fecdadf
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle00.xml
@@ -0,0 +1,80 @@
+<?xml version="1.0"?>
+<sprite>
+ <!--
+ This is the bald hairstyle, hence it should need no imageset and no actions.
+ However, that crashes 0.0.23, so some stuff is included now, including an
+ empty image set (it's empty since the icon is 32x32 so there isn't even one
+ 40x40 frame).
+ -->
+
+<!-- Testing no content
+ <imageset name="base" src="graphics/items/armor-chest-cottonshirt.png" width="40" height="40" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ </animation>
+ <animation direction="left">
+ </animation>
+ <animation direction="up">
+ </animation>
+ <animation direction="right">
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ </animation>
+ <animation direction="left">
+ </animation>
+ <animation direction="up">
+ </animation>
+ <animation direction="right">
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <end />
+ </animation>
+ <animation direction="left">
+ <end />
+ </animation>
+ <animation direction="up">
+ <end />
+ </animation>
+ <animation direction="right">
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <end />
+ </animation>
+ <animation direction="left">
+ <end />
+ </animation>
+ <animation direction="up">
+ <end />
+ </animation>
+ <animation direction="right">
+ <end />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ </animation>
+ <animation direction="left">
+ </animation>
+ <animation direction="up">
+ </animation>
+ <animation direction="right">
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="default">
+ </animation>
+ </action>-->
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle01.png b/graphics/sprites/hairstyles/hairstyle01.png
new file mode 100644
index 00000000..7933cca5
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle01.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle01.xml b/graphics/sprites/hairstyles/hairstyle01.xml
new file mode 100644
index 00000000..baf8ead9
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle01.xml
@@ -0,0 +1,143 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle01.png|W" width="40" height="40" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="0" offsetY ="-29" />
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="0" offsetY ="-29"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetX="-1" offsetY ="-25"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="0" offsetY ="-29"/>
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="0" offsetY ="-28" delay="75"/>
+ <frame index="0" offsetX="0" offsetY ="-29" delay="75" />
+ <frame index="0" offsetX="0" offsetY ="-29" delay="75" />
+ <frame index="0" offsetX="0" offsetY ="-28" delay="75" />
+ <frame index="0" offsetX="0" offsetY ="-29" delay="75" />
+ <frame index="0" offsetX="0" offsetY ="-29" delay="75" />
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
+ <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
+ <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
+ <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
+ <frame index="1" offsetX="0" offsetY ="-28" delay="75"/>
+ <frame index="1" offsetX="0" offsetY ="-29" delay="75"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/>
+ <frame index="2" offsetX="-1" offsetY ="-26" delay="75"/>
+ <frame index="2" offsetX="-1" offsetY ="-26" delay="75"/>
+ <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/>
+ <frame index="2" offsetX="-1" offsetY ="-26" delay="75"/>
+ <frame index="2" offsetX="-1" offsetY ="-26" delay="75"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
+ <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
+ <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
+ <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
+ <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
+ <frame index="3" offsetX="0" offsetY ="-29" delay="75"/>
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="0" offsetY ="-27" delay="75" />
+ <frame index="0" offsetX="0" offsetY ="-28" delay="75" />
+ <frame index="0" offsetX="0" offsetY ="-25" delay="75" />
+ <frame index="0" offsetX="0" offsetY ="-24" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="4" offsetY ="-30" delay="75" />
+ <frame index="1" offsetX="4" offsetY ="-31" delay="75" />
+ <frame index="1" offsetX="0" offsetY ="-28" delay="75" />
+ <frame index="1" offsetX="-1" offsetY ="-27" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/>
+ <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/>
+ <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/>
+ <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/>
+ <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/>
+ <frame index="3" offsetX="0" offsetY ="-28" delay="75"/>
+ <frame index="3" offsetX="1" offsetY ="-27" delay="75"/>
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="0" offsetY ="-28" delay="75" />
+ <frame index="0" offsetX="0" offsetY ="-28" delay="75" />
+ <frame index="0" offsetX="0" offsetY ="-28" delay="75" />
+ <frame index="0" offsetX="0" offsetY ="-27" delay="75" />
+ <frame index="0" offsetX="0" offsetY ="-28" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="3" offsetY ="-29" delay="75" />
+ <frame index="1" offsetX="3" offsetY ="-29" delay="75" />
+ <frame index="1" offsetX="3" offsetY ="-29" delay="75" />
+ <frame index="1" offsetX="5" offsetY ="-30" delay="75" />
+ <frame index="1" offsetX="5" offsetY ="-30" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/>
+ <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/>
+ <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/>
+ <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/>
+ <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-3" offsetY ="-29" delay="75"/>
+ <frame index="3" offsetX="-3" offsetY ="-29" delay="75"/>
+ <frame index="3" offsetX="-3" offsetY ="-29" delay="75"/>
+ <frame index="3" offsetX="-5" offsetY ="-30" delay="75"/>
+ <frame index="3" offsetX="-5" offsetY ="-30" delay="75"/>
+ <end />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="0" offsetY ="-17" />
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="4" offsetY ="-20"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetX="0" offsetY ="-17"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-6" offsetY ="-20"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="default">
+ <frame index="4" offsetX="21" offsetY="-4"/>
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle02.png b/graphics/sprites/hairstyles/hairstyle02.png
new file mode 100644
index 00000000..f80ad787
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle02.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle02.xml b/graphics/sprites/hairstyles/hairstyle02.xml
new file mode 100644
index 00000000..b13041ff
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle02.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle02.png|W" width="40" height="40" />
+
+ <include file="hairstyles/hairstyle01.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle03.png b/graphics/sprites/hairstyles/hairstyle03.png
new file mode 100644
index 00000000..b04df515
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle03.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle03.xml b/graphics/sprites/hairstyles/hairstyle03.xml
new file mode 100644
index 00000000..db2f04e7
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle03.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle03.png|W" width="40" height="40" />
+
+ <include file="hairstyles/hairstyle01.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle04.png b/graphics/sprites/hairstyles/hairstyle04.png
new file mode 100644
index 00000000..b004080f
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle04.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle04.xml b/graphics/sprites/hairstyles/hairstyle04.xml
new file mode 100644
index 00000000..9518caab
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle04.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle04.png|W" width="40" height="40" />
+
+ <include file="hairstyles/hairstyle01.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle05.png b/graphics/sprites/hairstyles/hairstyle05.png
new file mode 100644
index 00000000..d034fe67
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle05.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle05.xml b/graphics/sprites/hairstyles/hairstyle05.xml
new file mode 100644
index 00000000..72fc5f9a
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle05.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle05.png|W" width="40" height="40" />
+
+ <include file="hairstyles/hairstyle01.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle06.png b/graphics/sprites/hairstyles/hairstyle06.png
new file mode 100644
index 00000000..b8710253
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle06.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle06.xml b/graphics/sprites/hairstyles/hairstyle06.xml
new file mode 100644
index 00000000..94bc6948
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle06.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle06.png|W" width="40" height="40" />
+
+ <include file="hairstyles/hairstyle01.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle07.png b/graphics/sprites/hairstyles/hairstyle07.png
new file mode 100644
index 00000000..c3a27ddc
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle07.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle07.xml b/graphics/sprites/hairstyles/hairstyle07.xml
new file mode 100644
index 00000000..7996cde3
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle07.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle07.png|W" width="40" height="40" />
+
+ <include file="hairstyles/hairstyle01.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle08.png b/graphics/sprites/hairstyles/hairstyle08.png
new file mode 100644
index 00000000..3c81a1a8
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle08.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle08.xml b/graphics/sprites/hairstyles/hairstyle08.xml
new file mode 100644
index 00000000..c7360609
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle08.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle08.png|W" width="40" height="40" />
+
+ <include file="hairstyles/hairstyle01.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle09.png b/graphics/sprites/hairstyles/hairstyle09.png
new file mode 100644
index 00000000..01bc3606
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle09.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle09.xml b/graphics/sprites/hairstyles/hairstyle09.xml
new file mode 100644
index 00000000..1dafdb57
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle09.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle09.png|W" width="40" height="40" />
+
+ <include file="hairstyles/hairstyle01.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle10.png b/graphics/sprites/hairstyles/hairstyle10.png
new file mode 100644
index 00000000..d52924be
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle10.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle10.xml b/graphics/sprites/hairstyles/hairstyle10.xml
new file mode 100644
index 00000000..e2ca1afd
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle10.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle10.png|W" width="40" height="40" />
+
+ <include file="hairstyles/hairstyle01.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle11.png b/graphics/sprites/hairstyles/hairstyle11.png
new file mode 100644
index 00000000..284772de
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle11.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle11.xml b/graphics/sprites/hairstyles/hairstyle11.xml
new file mode 100644
index 00000000..465bdf43
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle11.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle11.png|W" width="40" height="40" />
+
+ <include file="hairstyles/hairstyle01.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle12.png b/graphics/sprites/hairstyles/hairstyle12.png
new file mode 100644
index 00000000..03096379
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle12.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle12.xml b/graphics/sprites/hairstyles/hairstyle12.xml
new file mode 100644
index 00000000..5b836618
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle12.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle12.png|W" width="40" height="40" />
+
+ <include file="hairstyles/hairstyle01.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle13.png b/graphics/sprites/hairstyles/hairstyle13.png
new file mode 100644
index 00000000..0421089a
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle13.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle13.xml b/graphics/sprites/hairstyles/hairstyle13.xml
new file mode 100644
index 00000000..8c2fa099
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle13.xml
@@ -0,0 +1,143 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle13.png|W" width="32" height="32" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="3" offsetY ="-33" />
+ </animation>
+ <animation direction="left">
+ <frame index="3" offsetX="3" offsetY ="-33"/>
+ </animation>
+ <animation direction="up">
+ <frame index="6" offsetX="3" offsetY ="-33"/>
+ </animation>
+ <animation direction="right">
+ <frame index="9" offsetX="3" offsetY ="-33"/>
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="3" offsetY ="-32" delay="75"/>
+ <frame index="1" offsetX="3" offsetY ="-33" delay="75" />
+ <frame index="1" offsetX="3" offsetY ="-33" delay="75" />
+ <frame index="0" offsetX="3" offsetY ="-32" delay="75" />
+ <frame index="2" offsetX="3" offsetY ="-33" delay="75" />
+ <frame index="2" offsetX="3" offsetY ="-33" delay="75" />
+ </animation>
+ <animation direction="left">
+ <frame index="3" offsetX="3" offsetY ="-33" delay="75"/>
+ <frame index="4" offsetX="3" offsetY ="-32" delay="75"/>
+ <frame index="4" offsetX="3" offsetY ="-33" delay="75"/>
+ <frame index="3" offsetX="3" offsetY ="-33" delay="75"/>
+ <frame index="5" offsetX="3" offsetY ="-32" delay="75"/>
+ <frame index="5" offsetX="3" offsetY ="-33" delay="75"/>
+ </animation>
+ <animation direction="up">
+ <frame index="6" offsetX="3" offsetY ="-33" delay="75"/>
+ <frame index="7" offsetX="3" offsetY ="-34" delay="75"/>
+ <frame index="7" offsetX="3" offsetY ="-34" delay="75"/>
+ <frame index="6" offsetX="3" offsetY ="-33" delay="75"/>
+ <frame index="8" offsetX="3" offsetY ="-34" delay="75"/>
+ <frame index="8" offsetX="3" offsetY ="-34" delay="75"/>
+ </animation>
+ <animation direction="right">
+ <frame index="9" offsetX="3" offsetY ="-33" delay="75"/>
+ <frame index="10" offsetX="3" offsetY ="-32" delay="75"/>
+ <frame index="10" offsetX="3" offsetY ="-33" delay="75"/>
+ <frame index="9" offsetX="3" offsetY ="-33" delay="75"/>
+ <frame index="11" offsetX="3" offsetY ="-32" delay="75"/>
+ <frame index="11" offsetX="3" offsetY ="-33" delay="75"/>
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="3" offsetY ="-30" delay="75" />
+ <frame index="0" offsetX="3" offsetY ="-31" delay="75" />
+ <frame index="0" offsetX="3" offsetY ="-28" delay="75" />
+ <frame index="0" offsetX="3" offsetY ="-27" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <frame index="3" offsetX="7" offsetY ="-34" delay="75" />
+ <frame index="3" offsetX="7" offsetY ="-35" delay="75" />
+ <frame index="3" offsetX="3" offsetY ="-32" delay="75" />
+ <frame index="3" offsetX="2" offsetY ="-31" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <frame index="6" offsetX="2" offsetY ="-33" delay="75"/>
+ <frame index="6" offsetX="2" offsetY ="-33" delay="75"/>
+ <frame index="6" offsetX="2" offsetY ="-33" delay="75"/>
+ <frame index="6" offsetX="2" offsetY ="-31" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="right">
+ <frame index="9" offsetX="0" offsetY ="-34" delay="75"/>
+ <frame index="9" offsetX="0" offsetY ="-35" delay="75"/>
+ <frame index="9" offsetX="3" offsetY ="-32" delay="75"/>
+ <frame index="9" offsetX="4" offsetY ="-31" delay="75"/>
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="3" offsetY ="-32" delay="75" />
+ <frame index="0" offsetX="3" offsetY ="-32" delay="75" />
+ <frame index="0" offsetX="3" offsetY ="-32" delay="75" />
+ <frame index="0" offsetX="3" offsetY ="-31" delay="75" />
+ <frame index="0" offsetX="3" offsetY ="-32" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <frame index="3" offsetX="6" offsetY ="-33" delay="75" />
+ <frame index="3" offsetX="6" offsetY ="-33" delay="75" />
+ <frame index="3" offsetX="6" offsetY ="-33" delay="75" />
+ <frame index="3" offsetX="8" offsetY ="-34" delay="75" />
+ <frame index="3" offsetX="8" offsetY ="-34" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <frame index="6" offsetX="3" offsetY ="-33" delay="75"/>
+ <frame index="6" offsetX="3" offsetY ="-33" delay="75"/>
+ <frame index="6" offsetX="2" offsetY ="-33" delay="75"/>
+ <frame index="6" offsetX="2" offsetY ="-32" delay="75"/>
+ <frame index="6" offsetX="2" offsetY ="-33" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="right">
+ <frame index="9" offsetX="0" offsetY ="-33" delay="75"/>
+ <frame index="9" offsetX="0" offsetY ="-33" delay="75"/>
+ <frame index="9" offsetX="0" offsetY ="-33" delay="75"/>
+ <frame index="9" offsetX="-2" offsetY ="-34" delay="75"/>
+ <frame index="9" offsetX="-2" offsetY ="-34" delay="75"/>
+ <end />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="3" offsetY ="-21" />
+ </animation>
+ <animation direction="left">
+ <frame index="3" offsetX="7" offsetY ="-24"/>
+ </animation>
+ <animation direction="up">
+ <frame index="6" offsetX="4" offsetY ="-25"/>
+ </animation>
+ <animation direction="right">
+ <frame index="9" offsetX="-3" offsetY ="-24"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="default">
+ <frame index="12" offsetX="23" offsetY="-8"/>
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle14.png b/graphics/sprites/hairstyles/hairstyle14.png
new file mode 100644
index 00000000..4c916bb2
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle14.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle14.xml b/graphics/sprites/hairstyles/hairstyle14.xml
new file mode 100644
index 00000000..01423f66
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle14.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle14.png|W" width="40" height="40" />
+
+ <include file="hairstyles/hairstyle01.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle15.png b/graphics/sprites/hairstyles/hairstyle15.png
new file mode 100644
index 00000000..cd77639c
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle15.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle15.xml b/graphics/sprites/hairstyles/hairstyle15.xml
new file mode 100644
index 00000000..40729285
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle15.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle15.png|W" width="40" height="40" />
+
+ <include file="hairstyles/hairstyle01.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle16.png b/graphics/sprites/hairstyles/hairstyle16.png
new file mode 100644
index 00000000..97dfc567
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle16.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle16.xml b/graphics/sprites/hairstyles/hairstyle16.xml
new file mode 100644
index 00000000..692ed77f
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle16.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle16.png|W" width="40" height="40" />
+
+ <include file="hairstyles/hairstyle01.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle17.png b/graphics/sprites/hairstyles/hairstyle17.png
new file mode 100644
index 00000000..8a80a0a1
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle17.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle17.xml b/graphics/sprites/hairstyles/hairstyle17.xml
new file mode 100644
index 00000000..6c61ecc1
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle17.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle17.png|W" width="40" height="40" />
+
+ <include file="hairstyles/hairstyle01.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/hairstyles/hairstyle18.png b/graphics/sprites/hairstyles/hairstyle18.png
new file mode 100644
index 00000000..6b6e51b1
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle18.png
Binary files differ
diff --git a/graphics/sprites/hairstyles/hairstyle18.xml b/graphics/sprites/hairstyles/hairstyle18.xml
new file mode 100644
index 00000000..12e41820
--- /dev/null
+++ b/graphics/sprites/hairstyles/hairstyle18.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyles/hairstyle18.png|W" width="40" height="40" />
+
+ <include file="hairstyles/hairstyle01.xml"/>
+
+</sprite>