diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-11 13:24:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-11 13:24:14 -0300 |
commit | 1d4aa45293610acee6167bf044f2749f6d5e1586 (patch) | |
tree | c0ea4af0f261a188fbdc12d231968b5b3086eb13 | |
parent | 636d9acbb81a9684e070af42fe52a1732d5222cb (diff) | |
download | clientdata-1d4aa45293610acee6167bf044f2749f6d5e1586.tar.gz clientdata-1d4aa45293610acee6167bf044f2749f6d5e1586.tar.bz2 clientdata-1d4aa45293610acee6167bf044f2749f6d5e1586.tar.xz clientdata-1d4aa45293610acee6167bf044f2749f6d5e1586.zip |
The new arrow sacks and bullets sacks
-rw-r--r-- | items.xml | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -7975,6 +7975,51 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Random permanent status raise" type="usable" weight="10"/> + <item id="8007" + image="generic/emptybottle.png" + name="Small Arrow Sack" + description="Contains roughly 12 arrows for your shooting purposes." + attack="15" + useButton="Open" + type="usable" + weight="30"/> + <item id="8008" + image="generic/emptybottle.png" + name="Medium Arrow Sack" + description="Contains roughly 35 arrows for your shooting purposes." + attack="15" + useButton="Open" + type="usable" + weight="80"/> + <item id="8009" + image="generic/emptybottle.png" + name="Big Arrow Sack" + description="Contains roughly 90 arrows for your shooting purposes." + attack="15" + useButton="Open" + type="usable" + weight="200"/> + <item id="8010" + image="generic/emptybottle.png" + name="Small Bullet Sack" + description="Contains roughly 12 bullets for your shooting purposes." + useButton="Open" + type="usable" + weight="80"/> + <item id="8011" + image="generic/emptybottle.png" + name="Medium Bullet Sack" + description="Contains roughly 40 bullets for your shooting purposes." + useButton="Open" + type="usable" + weight="280"/> + <item id="8012" + image="generic/emptybottle.png" + name="Big Bullet Sack" + description="Contains roughly 85 bullets for your shooting purposes." + useButton="Open" + type="usable" + weight="640"/> <!-- For quests.xml --> <item id="9999" |