From 054cd9a8fe0a4433a7e83aa0de42db02033f59de Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Mon, 11 Dec 2006 12:54:12 +0000 Subject: Added new sweaters by Saphy. Info for server admins: Item IDs are 564 for turtleneck (should already be in there) and 624 for v-neck. The visible sprite IDs are 19 for turtleneck and 20 for v-neck. By the way, I would have liked to rename armor-chest-woolsweater.png to armor-chest-tnecksweater.png instead of deleting and adding it, but sourceforge didn't allowed it (got a 403 error). --- equipment.xml | 11 +++ graphics/items/CMakeLists.txt | 5 +- graphics/items/Makefile.am | 3 +- graphics/items/armor-chest-tnecksweater.png | Bin 0 -> 940 bytes graphics/items/armor-chest-vnecksweater.png | Bin 0 -> 1109 bytes graphics/items/armor-chest-woolsweater.png | Bin 940 -> 0 bytes graphics/sprites/CMakeLists.txt | 8 ++ graphics/sprites/Makefile.am | 8 ++ graphics/sprites/chest-tnecksweater-female.png | Bin 0 -> 40801 bytes graphics/sprites/chest-tnecksweater-female.xml | 104 +++++++++++++++++++++++++ graphics/sprites/chest-tnecksweater-male.png | Bin 0 -> 39738 bytes graphics/sprites/chest-tnecksweater-male.xml | 104 +++++++++++++++++++++++++ graphics/sprites/chest-vnecksweater-female.png | Bin 0 -> 37386 bytes graphics/sprites/chest-vnecksweater-female.xml | 104 +++++++++++++++++++++++++ graphics/sprites/chest-vnecksweater-male.png | Bin 0 -> 34222 bytes graphics/sprites/chest-vnecksweater-male.xml | 104 +++++++++++++++++++++++++ items.xml | 3 +- 17 files changed, 450 insertions(+), 4 deletions(-) create mode 100644 graphics/items/armor-chest-tnecksweater.png create mode 100644 graphics/items/armor-chest-vnecksweater.png delete mode 100644 graphics/items/armor-chest-woolsweater.png create mode 100644 graphics/sprites/chest-tnecksweater-female.png create mode 100644 graphics/sprites/chest-tnecksweater-female.xml create mode 100644 graphics/sprites/chest-tnecksweater-male.png create mode 100644 graphics/sprites/chest-tnecksweater-male.xml create mode 100644 graphics/sprites/chest-vnecksweater-female.png create mode 100644 graphics/sprites/chest-vnecksweater-female.xml create mode 100644 graphics/sprites/chest-vnecksweater-male.png create mode 100644 graphics/sprites/chest-vnecksweater-male.xml diff --git a/equipment.xml b/equipment.xml index 60a8aae9..26398627 100644 --- a/equipment.xml +++ b/equipment.xml @@ -55,4 +55,15 @@ item017.xml + + item018.xml + + + chest-vnecksweater-male.xml + chest-vnecksweater-female.xml + + + chest-tnecksweater-male.xml + chest-tnecksweater-female.xml + \ No newline at end of file diff --git a/graphics/items/CMakeLists.txt b/graphics/items/CMakeLists.txt index 40a7539d..ff5f3e79 100644 --- a/graphics/items/CMakeLists.txt +++ b/graphics/items/CMakeLists.txt @@ -2,7 +2,8 @@ SET(FILES armor-chest-cottonshirt.png armor-chest-desertshirt.png armor-chest-leathershirt.png - armor-chest-woolsweater.png + armor-chest-tnecksweater.png + armor-chest-vnecksweater.png armor-feet-boots.png armor-hands-leathergloves.png armor-hands-minergloves.png @@ -127,4 +128,4 @@ SET(FILES weapon-thrown-bonedarts.png ) -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/items) +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/items) \ No newline at end of file diff --git a/graphics/items/Makefile.am b/graphics/items/Makefile.am index fbf5e4c9..56c3aecb 100644 --- a/graphics/items/Makefile.am +++ b/graphics/items/Makefile.am @@ -4,7 +4,8 @@ itemsdir = $(pkgdatadir)/data/graphics/items items_DATA = armor-chest-cottonshirt.png \ armor-chest-desertshirt.png \ armor-chest-leathershirt.png \ - armor-chest-woolsweater.png \ + armor-chest-tnecksweater.png \ + armor-chest-vnecksweater.png \ armor-feet-boots.png \ armor-hands-leathergloves.png \ armor-hands-minergloves.png \ diff --git a/graphics/items/armor-chest-tnecksweater.png b/graphics/items/armor-chest-tnecksweater.png new file mode 100644 index 00000000..80ecdf7f Binary files /dev/null and b/graphics/items/armor-chest-tnecksweater.png differ diff --git a/graphics/items/armor-chest-vnecksweater.png b/graphics/items/armor-chest-vnecksweater.png new file mode 100644 index 00000000..85092f4e Binary files /dev/null and b/graphics/items/armor-chest-vnecksweater.png differ diff --git a/graphics/items/armor-chest-woolsweater.png b/graphics/items/armor-chest-woolsweater.png deleted file mode 100644 index 80ecdf7f..00000000 Binary files a/graphics/items/armor-chest-woolsweater.png and /dev/null differ diff --git a/graphics/sprites/CMakeLists.txt b/graphics/sprites/CMakeLists.txt index 27885a13..68702d43 100644 --- a/graphics/sprites/CMakeLists.txt +++ b/graphics/sprites/CMakeLists.txt @@ -3,6 +3,14 @@ SET(FILES chest-leather-male.xml chest-leather-female.png chest-leather-female.xml + chest-tnecksweater-male.png + chest-tnecksweater-male.xml + chest-tnecksweater-female.png + chest-tnecksweater-female.xml + chest-vnecksweater-male.png + chest-vnecksweater-male.xml + chest-vnecksweater-female.png + chest-vnecksweater-female.xml emotions.png error.png hairstyle1.png diff --git a/graphics/sprites/Makefile.am b/graphics/sprites/Makefile.am index 2d9c8d74..466d58ea 100644 --- a/graphics/sprites/Makefile.am +++ b/graphics/sprites/Makefile.am @@ -6,6 +6,14 @@ sprites_DATA = \ chest-leather-male.xml \ chest-leather-female.png \ chest-leather-female.xml \ + chest-tnecksweater-male.png \ + chest-tnecksweater-male.xml \ + chest-tnecksweater-female.png \ + chest-tnecksweater-female.xml \ + chest-vnecksweater-male.png \ + chest-vnecksweater-male.xml \ + chest-vnecksweater-female.png \ + chest-vnecksweater-female.xml \ emotions.png \ error.xml \ hairstyle1.png \ diff --git a/graphics/sprites/chest-tnecksweater-female.png b/graphics/sprites/chest-tnecksweater-female.png new file mode 100644 index 00000000..f810fa07 Binary files /dev/null and b/graphics/sprites/chest-tnecksweater-female.png differ diff --git a/graphics/sprites/chest-tnecksweater-female.xml b/graphics/sprites/chest-tnecksweater-female.xml new file mode 100644 index 00000000..ec67bbc3 --- /dev/null +++ b/graphics/sprites/chest-tnecksweater-female.xml @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/graphics/sprites/chest-tnecksweater-male.png b/graphics/sprites/chest-tnecksweater-male.png new file mode 100644 index 00000000..e9b0d268 Binary files /dev/null and b/graphics/sprites/chest-tnecksweater-male.png differ diff --git a/graphics/sprites/chest-tnecksweater-male.xml b/graphics/sprites/chest-tnecksweater-male.xml new file mode 100644 index 00000000..68d01ec4 --- /dev/null +++ b/graphics/sprites/chest-tnecksweater-male.xml @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/graphics/sprites/chest-vnecksweater-female.png b/graphics/sprites/chest-vnecksweater-female.png new file mode 100644 index 00000000..65fec74d Binary files /dev/null and b/graphics/sprites/chest-vnecksweater-female.png differ diff --git a/graphics/sprites/chest-vnecksweater-female.xml b/graphics/sprites/chest-vnecksweater-female.xml new file mode 100644 index 00000000..e388d987 --- /dev/null +++ b/graphics/sprites/chest-vnecksweater-female.xml @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/graphics/sprites/chest-vnecksweater-male.png b/graphics/sprites/chest-vnecksweater-male.png new file mode 100644 index 00000000..e9b04e6d Binary files /dev/null and b/graphics/sprites/chest-vnecksweater-male.png differ diff --git a/graphics/sprites/chest-vnecksweater-male.xml b/graphics/sprites/chest-vnecksweater-male.xml new file mode 100644 index 00000000..ac5dfca3 --- /dev/null +++ b/graphics/sprites/chest-vnecksweater-male.xml @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/items.xml b/items.xml index 446db136..d701ac62 100644 --- a/items.xml +++ b/items.xml @@ -63,7 +63,7 @@ - + @@ -123,6 +123,7 @@ + -- cgit v1.2.3-60-g2f50