diff options
-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" |