From fab7a0c90e5b9a10cc960f2325833ea92810a2d6 Mon Sep 17 00:00:00 2001 From: wushin Date: Wed, 18 Nov 2015 23:32:44 -0600 Subject: headless base models Headless Base Decapitation complete redo all the hairstyles Add N Head --- .../sprites/monsters/accessories/hairstyle01.png | Bin 0 -> 4659 bytes .../sprites/monsters/accessories/hairstyle01.xml | 229 +++++++++++++++++++++ .../sprites/monsters/accessories/hairstyle02.png | Bin 0 -> 1073 bytes .../sprites/monsters/accessories/hairstyle02.xml | 5 + .../sprites/monsters/accessories/hairstyle03.png | Bin 0 -> 1121 bytes .../sprites/monsters/accessories/hairstyle03.xml | 5 + .../sprites/monsters/accessories/hairstyle04.png | Bin 0 -> 1312 bytes .../sprites/monsters/accessories/hairstyle04.xml | 5 + .../sprites/monsters/accessories/hairstyle05.png | Bin 0 -> 1872 bytes .../sprites/monsters/accessories/hairstyle05.xml | 5 + .../sprites/monsters/accessories/hairstyle06.png | Bin 0 -> 1092 bytes .../sprites/monsters/accessories/hairstyle06.xml | 5 + .../sprites/monsters/accessories/hairstyle07.png | Bin 0 -> 1017 bytes .../sprites/monsters/accessories/hairstyle07.xml | 5 + .../sprites/monsters/accessories/hairstyle08.png | Bin 0 -> 2532 bytes .../sprites/monsters/accessories/hairstyle08.xml | 5 + .../sprites/monsters/accessories/hairstyle09.png | Bin 0 -> 2280 bytes .../sprites/monsters/accessories/hairstyle09.xml | 5 + .../sprites/monsters/accessories/hairstyle10.png | Bin 0 -> 3127 bytes .../sprites/monsters/accessories/hairstyle10.xml | 5 + .../sprites/monsters/accessories/hairstyle11.png | Bin 0 -> 3708 bytes .../sprites/monsters/accessories/hairstyle11.xml | 5 + .../sprites/monsters/accessories/hairstyle12.png | Bin 0 -> 1702 bytes .../sprites/monsters/accessories/hairstyle12.xml | 5 + .../sprites/monsters/accessories/hairstyle13.png | Bin 0 -> 1525 bytes .../sprites/monsters/accessories/hairstyle13.xml | 228 ++++++++++++++++++++ .../sprites/monsters/accessories/hairstyle14.png | Bin 0 -> 5195 bytes .../sprites/monsters/accessories/hairstyle14.xml | 5 + .../sprites/monsters/accessories/hairstyle15.png | Bin 0 -> 3217 bytes .../sprites/monsters/accessories/hairstyle15.xml | 5 + .../sprites/monsters/accessories/hairstyle16.png | Bin 0 -> 4571 bytes .../sprites/monsters/accessories/hairstyle16.xml | 5 + .../sprites/monsters/accessories/hairstyle17.png | Bin 0 -> 4678 bytes .../sprites/monsters/accessories/hairstyle17.xml | 5 + .../sprites/monsters/accessories/hairstyle18.png | Bin 0 -> 2021 bytes .../sprites/monsters/accessories/hairstyle18.xml | 5 + .../sprites/monsters/accessories/hairstyle19.png | Bin 0 -> 3302 bytes .../sprites/monsters/accessories/hairstyle19.xml | 5 + .../sprites/monsters/accessories/hairstyle20.png | Bin 0 -> 4653 bytes .../sprites/monsters/accessories/hairstyle20.xml | 229 +++++++++++++++++++++ .../sprites/monsters/accessories/hairstyle21.png | Bin 0 -> 2662 bytes .../sprites/monsters/accessories/hairstyle21.xml | 229 +++++++++++++++++++++ .../sprites/monsters/accessories/hairstyle22.png | Bin 0 -> 2526 bytes .../sprites/monsters/accessories/hairstyle22.xml | 229 +++++++++++++++++++++ .../sprites/monsters/accessories/hairstyle23.png | Bin 0 -> 1983 bytes .../sprites/monsters/accessories/hairstyle23.xml | 229 +++++++++++++++++++++ .../sprites/monsters/accessories/hairstyle24.png | Bin 0 -> 2185 bytes .../sprites/monsters/accessories/hairstyle24.xml | 229 +++++++++++++++++++++ .../sprites/monsters/accessories/hairstyle25.png | Bin 0 -> 2624 bytes .../sprites/monsters/accessories/hairstyle25.xml | 229 +++++++++++++++++++++ .../sprites/monsters/accessories/hairstyle26.png | Bin 0 -> 2608 bytes .../sprites/monsters/accessories/hairstyle26.xml | 229 +++++++++++++++++++++ .../sprites/monsters/accessories/hairstyle27.png | Bin 0 -> 3207 bytes .../sprites/monsters/accessories/hairstyle27.xml | 229 +++++++++++++++++++++ .../sprites/monsters/accessories/hairstyle28.png | Bin 0 -> 2110 bytes .../sprites/monsters/accessories/hairstyle28.xml | 229 +++++++++++++++++++++ .../sprites/monsters/accessories/hairstyle29.png | Bin 0 -> 1799 bytes .../sprites/monsters/accessories/hairstyle29.xml | 229 +++++++++++++++++++++ .../sprites/monsters/accessories/hairstyle30.png | Bin 0 -> 2509 bytes .../sprites/monsters/accessories/hairstyle30.xml | 229 +++++++++++++++++++++ .../monsters/accessories/nutcrackerhair.xml | 2 +- graphics/sprites/monsters/demon.xml | 2 +- graphics/sprites/monsters/nutcracker.xml | 2 +- graphics/sprites/monsters/skeleton.xml | 2 +- 64 files changed, 3065 insertions(+), 4 deletions(-) create mode 100644 graphics/sprites/monsters/accessories/hairstyle01.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle01.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle02.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle02.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle03.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle03.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle04.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle04.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle05.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle05.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle06.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle06.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle07.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle07.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle08.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle08.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle09.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle09.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle10.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle10.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle11.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle11.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle12.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle12.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle13.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle13.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle14.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle14.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle15.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle15.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle16.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle16.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle17.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle17.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle18.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle18.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle19.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle19.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle20.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle20.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle21.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle21.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle22.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle22.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle23.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle23.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle24.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle24.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle25.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle25.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle26.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle26.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle27.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle27.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle28.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle28.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle29.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle29.xml create mode 100644 graphics/sprites/monsters/accessories/hairstyle30.png create mode 100644 graphics/sprites/monsters/accessories/hairstyle30.xml (limited to 'graphics/sprites/monsters') diff --git a/graphics/sprites/monsters/accessories/hairstyle01.png b/graphics/sprites/monsters/accessories/hairstyle01.png new file mode 100644 index 00000000..7933cca5 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle01.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle01.xml b/graphics/sprites/monsters/accessories/hairstyle01.xml new file mode 100644 index 00000000..6d1a5920 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle01.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle02.png b/graphics/sprites/monsters/accessories/hairstyle02.png new file mode 100644 index 00000000..f80ad787 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle02.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle02.xml b/graphics/sprites/monsters/accessories/hairstyle02.xml new file mode 100644 index 00000000..26ad6d91 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle02.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle03.png b/graphics/sprites/monsters/accessories/hairstyle03.png new file mode 100644 index 00000000..b04df515 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle03.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle03.xml b/graphics/sprites/monsters/accessories/hairstyle03.xml new file mode 100644 index 00000000..0b8be7e2 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle03.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle04.png b/graphics/sprites/monsters/accessories/hairstyle04.png new file mode 100644 index 00000000..b004080f Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle04.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle04.xml b/graphics/sprites/monsters/accessories/hairstyle04.xml new file mode 100644 index 00000000..041cefb4 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle04.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle05.png b/graphics/sprites/monsters/accessories/hairstyle05.png new file mode 100644 index 00000000..d034fe67 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle05.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle05.xml b/graphics/sprites/monsters/accessories/hairstyle05.xml new file mode 100644 index 00000000..f6c3fcab --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle05.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle06.png b/graphics/sprites/monsters/accessories/hairstyle06.png new file mode 100644 index 00000000..b8710253 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle06.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle06.xml b/graphics/sprites/monsters/accessories/hairstyle06.xml new file mode 100644 index 00000000..d79b9c28 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle06.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle07.png b/graphics/sprites/monsters/accessories/hairstyle07.png new file mode 100644 index 00000000..c3a27ddc Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle07.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle07.xml b/graphics/sprites/monsters/accessories/hairstyle07.xml new file mode 100644 index 00000000..db7b17f5 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle07.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle08.png b/graphics/sprites/monsters/accessories/hairstyle08.png new file mode 100644 index 00000000..3c81a1a8 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle08.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle08.xml b/graphics/sprites/monsters/accessories/hairstyle08.xml new file mode 100644 index 00000000..fde28a4e --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle08.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle09.png b/graphics/sprites/monsters/accessories/hairstyle09.png new file mode 100644 index 00000000..01bc3606 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle09.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle09.xml b/graphics/sprites/monsters/accessories/hairstyle09.xml new file mode 100644 index 00000000..99813075 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle09.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle10.png b/graphics/sprites/monsters/accessories/hairstyle10.png new file mode 100644 index 00000000..d52924be Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle10.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle10.xml b/graphics/sprites/monsters/accessories/hairstyle10.xml new file mode 100644 index 00000000..e43f128e --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle10.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle11.png b/graphics/sprites/monsters/accessories/hairstyle11.png new file mode 100644 index 00000000..284772de Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle11.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle11.xml b/graphics/sprites/monsters/accessories/hairstyle11.xml new file mode 100644 index 00000000..c368bf40 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle11.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle12.png b/graphics/sprites/monsters/accessories/hairstyle12.png new file mode 100644 index 00000000..fd187917 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle12.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle12.xml b/graphics/sprites/monsters/accessories/hairstyle12.xml new file mode 100644 index 00000000..f6952573 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle12.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle13.png b/graphics/sprites/monsters/accessories/hairstyle13.png new file mode 100644 index 00000000..0421089a Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle13.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle13.xml b/graphics/sprites/monsters/accessories/hairstyle13.xml new file mode 100644 index 00000000..2d70caf2 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle13.xml @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle14.png b/graphics/sprites/monsters/accessories/hairstyle14.png new file mode 100644 index 00000000..5df35798 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle14.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle14.xml b/graphics/sprites/monsters/accessories/hairstyle14.xml new file mode 100644 index 00000000..9887df6a --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle14.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle15.png b/graphics/sprites/monsters/accessories/hairstyle15.png new file mode 100644 index 00000000..cd77639c Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle15.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle15.xml b/graphics/sprites/monsters/accessories/hairstyle15.xml new file mode 100644 index 00000000..705580fa --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle15.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle16.png b/graphics/sprites/monsters/accessories/hairstyle16.png new file mode 100644 index 00000000..97dfc567 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle16.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle16.xml b/graphics/sprites/monsters/accessories/hairstyle16.xml new file mode 100644 index 00000000..aaf2c9bf --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle16.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle17.png b/graphics/sprites/monsters/accessories/hairstyle17.png new file mode 100644 index 00000000..8a80a0a1 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle17.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle17.xml b/graphics/sprites/monsters/accessories/hairstyle17.xml new file mode 100644 index 00000000..d14cec03 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle17.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle18.png b/graphics/sprites/monsters/accessories/hairstyle18.png new file mode 100644 index 00000000..6b6e51b1 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle18.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle18.xml b/graphics/sprites/monsters/accessories/hairstyle18.xml new file mode 100644 index 00000000..646a1778 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle18.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle19.png b/graphics/sprites/monsters/accessories/hairstyle19.png new file mode 100644 index 00000000..d56b8ab1 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle19.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle19.xml b/graphics/sprites/monsters/accessories/hairstyle19.xml new file mode 100644 index 00000000..eea22db7 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle19.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle20.png b/graphics/sprites/monsters/accessories/hairstyle20.png new file mode 100644 index 00000000..73ca578f Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle20.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle20.xml b/graphics/sprites/monsters/accessories/hairstyle20.xml new file mode 100644 index 00000000..2f9d297a --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle20.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle21.png b/graphics/sprites/monsters/accessories/hairstyle21.png new file mode 100644 index 00000000..d82406e1 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle21.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle21.xml b/graphics/sprites/monsters/accessories/hairstyle21.xml new file mode 100644 index 00000000..2fe41d30 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle21.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle22.png b/graphics/sprites/monsters/accessories/hairstyle22.png new file mode 100644 index 00000000..bcbc0b54 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle22.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle22.xml b/graphics/sprites/monsters/accessories/hairstyle22.xml new file mode 100644 index 00000000..50253212 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle22.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle23.png b/graphics/sprites/monsters/accessories/hairstyle23.png new file mode 100644 index 00000000..456e6cb6 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle23.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle23.xml b/graphics/sprites/monsters/accessories/hairstyle23.xml new file mode 100644 index 00000000..82f4a6df --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle23.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle24.png b/graphics/sprites/monsters/accessories/hairstyle24.png new file mode 100644 index 00000000..2db22790 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle24.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle24.xml b/graphics/sprites/monsters/accessories/hairstyle24.xml new file mode 100644 index 00000000..f39956e0 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle24.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle25.png b/graphics/sprites/monsters/accessories/hairstyle25.png new file mode 100644 index 00000000..05844698 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle25.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle25.xml b/graphics/sprites/monsters/accessories/hairstyle25.xml new file mode 100644 index 00000000..25fc371b --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle25.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle26.png b/graphics/sprites/monsters/accessories/hairstyle26.png new file mode 100644 index 00000000..5923868b Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle26.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle26.xml b/graphics/sprites/monsters/accessories/hairstyle26.xml new file mode 100644 index 00000000..e7797347 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle26.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle27.png b/graphics/sprites/monsters/accessories/hairstyle27.png new file mode 100644 index 00000000..f36e538e Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle27.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle27.xml b/graphics/sprites/monsters/accessories/hairstyle27.xml new file mode 100644 index 00000000..8d72cbe2 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle27.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle28.png b/graphics/sprites/monsters/accessories/hairstyle28.png new file mode 100644 index 00000000..bfd80bf3 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle28.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle28.xml b/graphics/sprites/monsters/accessories/hairstyle28.xml new file mode 100644 index 00000000..58babde8 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle28.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle29.png b/graphics/sprites/monsters/accessories/hairstyle29.png new file mode 100644 index 00000000..c1a0a753 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle29.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle29.xml b/graphics/sprites/monsters/accessories/hairstyle29.xml new file mode 100644 index 00000000..7b89a27a --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle29.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/hairstyle30.png b/graphics/sprites/monsters/accessories/hairstyle30.png new file mode 100644 index 00000000..40b451a5 Binary files /dev/null and b/graphics/sprites/monsters/accessories/hairstyle30.png differ diff --git a/graphics/sprites/monsters/accessories/hairstyle30.xml b/graphics/sprites/monsters/accessories/hairstyle30.xml new file mode 100644 index 00000000..40f592d4 --- /dev/null +++ b/graphics/sprites/monsters/accessories/hairstyle30.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/nutcrackerhair.xml b/graphics/sprites/monsters/accessories/nutcrackerhair.xml index d07bd9ca..06e403c8 100644 --- a/graphics/sprites/monsters/accessories/nutcrackerhair.xml +++ b/graphics/sprites/monsters/accessories/nutcrackerhair.xml @@ -1,5 +1,5 @@ - + diff --git a/graphics/sprites/monsters/demon.xml b/graphics/sprites/monsters/demon.xml index 2bd6b725..16b68baa 100644 --- a/graphics/sprites/monsters/demon.xml +++ b/graphics/sprites/monsters/demon.xml @@ -1,5 +1,5 @@ - + diff --git a/graphics/sprites/monsters/nutcracker.xml b/graphics/sprites/monsters/nutcracker.xml index def7f1c8..5f4f2373 100644 --- a/graphics/sprites/monsters/nutcracker.xml +++ b/graphics/sprites/monsters/nutcracker.xml @@ -1,5 +1,5 @@ - + diff --git a/graphics/sprites/monsters/skeleton.xml b/graphics/sprites/monsters/skeleton.xml index 41f32cf2..7f76b5c2 100644 --- a/graphics/sprites/monsters/skeleton.xml +++ b/graphics/sprites/monsters/skeleton.xml @@ -1,5 +1,5 @@ - + -- cgit v1.2.3-60-g2f50