diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-29 13:02:32 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-29 13:02:32 +0000 |
commit | e56883cc78535302a856303f1ac082e1f94b1132 (patch) | |
tree | f80befb762cb65235b4b0c03ed534fb113434d33 | |
parent | 5b941a55bd15f2364046579a536cc8513f6e5221 (diff) | |
download | clientdata-e56883cc78535302a856303f1ac082e1f94b1132.tar.gz clientdata-e56883cc78535302a856303f1ac082e1f94b1132.tar.bz2 clientdata-e56883cc78535302a856303f1ac082e1f94b1132.tar.xz clientdata-e56883cc78535302a856303f1ac082e1f94b1132.zip |
add pirate treasure map
-rw-r--r-- | items.xml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -935,6 +935,14 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Heal 18-40 HP" type="usable" weight="350"/> + <!-- Saulc FIXXX --> + <item id="605" + image="usable/book-fishing.png" + name="Pirate Treasure Map" + description="It's time to become rich!" + useButton="Read" + type="usable" + weight="14"/> <!-- Generic Items --> <item id="700" image="generic/smalltentacles.png" @@ -2050,6 +2058,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="The forked tongue of a mountain snake." type="generic" weight="2"/> + <!-- Saulc FIXXX --> <item id="866" image="generic/snakeskin.png|W:#706060" name="Mountain Snake Skin" |