diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-19 10:16:35 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-19 10:16:35 +0000 |
commit | a795c75990c3a6fd3a3c8abad12d198ca343601d (patch) | |
tree | db9395404c5ab4fe359a65c980ef0979ac58cdb8 | |
parent | d6bbe935e1eefd10559d528ead3c5d6da7f0adff (diff) | |
download | clientdata-a795c75990c3a6fd3a3c8abad12d198ca343601d.tar.gz clientdata-a795c75990c3a6fd3a3c8abad12d198ca343601d.tar.bz2 clientdata-a795c75990c3a6fd3a3c8abad12d198ca343601d.tar.xz clientdata-a795c75990c3a6fd3a3c8abad12d198ca343601d.zip |
Clothes Pack, item obtained from Doomsday event epilogue.
“Contains merge items which can be restored by a skilled NPC”
-rw-r--r-- | LICENSE | 3 | ||||
-rw-r--r-- | graphics/items/generic/clothespack.png | bin | 0 -> 767 bytes | |||
-rw-r--r-- | items.xml | 7 |
3 files changed, 9 insertions, 1 deletions
@@ -148,6 +148,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE graphics/items/generic/box-plushroom.png (Hal9000) (CC BY-SA 3.0) (Reid) graphics/items/generic/bugleg.png (:grey_question:, Enchilado) (GPLv2) (Micksha) graphics/items/generic/carp.png (Reid) (CC BY-SA 3.0) (-) + graphics/items/generic/clothespack.png (?) (GPLv2) (TMW BR Team) graphics/items/generic/coal.png (Enchilado, Meway) (GPLv2,CC BY-SA 3.0) (Micksha) graphics/items/generic/coinbag.png (LEGACY) (CC BY-SA 3.0) (Micksha) graphics/items/generic/coral.png (Reid) (CC BY-SA 3.0) (Enchilado) @@ -250,7 +251,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE graphics/items/usable/sandwich-pioulegs.png (Micksha) (CC BY-SA 3.0) (-) graphics/items/usable/sandwich-manana.png (Micksha) (CC BY-SA 3.0) (-) graphics/items/usable/seeds-grass.png (LEGACY) (CC BY-SA 3.0) (Micksha) - graphics/items/usable/seeds-flower.png (LEGACY) (CC BY-SA 3.0) (Micksha) + graphics/items/usable/seeds-flower.png (LEGACY) (CC BY-SA 3.0) (Micksha) graphics/items/usable/shovel.png (Alige, Reid) (CC BY-SA 3.0) (-) graphics/items/usable/urchinmeat.png (Alige) (CC BY-SA 3.0) (Reid) graphics/items/usable/wine.png (Jak1) (CC BY-SA 3.0) (Reid) diff --git a/graphics/items/generic/clothespack.png b/graphics/items/generic/clothespack.png Binary files differnew file mode 100644 index 00000000..b92f8ab5 --- /dev/null +++ b/graphics/items/generic/clothespack.png @@ -1185,6 +1185,13 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. description="An empty bowl. You may fill it with fine food, in case you get hungry." type="generic" weight="150"/> + <item id="807" + image="generic/clothespack.png" + name="Clothes Pack" + description="Torn and destroyed by the sea, it still emits a strange aura. Perhaps, one day, it could be restored?" + type="generic" + weight="25" + sellProtected="true"/> <!-- Necklaces --> <item id="1000" |