diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-07 22:36:11 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-07 22:36:11 -0200 |
commit | 52948a673a9c4246c272fb5b52110371191b0274 (patch) | |
tree | 6a69ccca17b18981bd02ba9effca5831e0e638bc | |
parent | 3ad9ee059742711d37aa364d79f95e214b98e742 (diff) | |
download | clientdata-52948a673a9c4246c272fb5b52110371191b0274.tar.gz clientdata-52948a673a9c4246c272fb5b52110371191b0274.tar.bz2 clientdata-52948a673a9c4246c272fb5b52110371191b0274.tar.xz clientdata-52948a673a9c4246c272fb5b52110371191b0274.zip |
Remaster arrows
-rw-r--r-- | items.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1212,7 +1212,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="generic/box/notabox.png" name="Thorn Arrow Ammo Box" description="Contains roughly 200 arrows for your shooting purposes." - attack="160" + attack="120" useButton="Open" type="usable" weight="430"/> @@ -1220,7 +1220,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="generic/box/notabox.png" name="Bone Arrow Ammo Box" description="Contains roughly 200 arrows for your shooting purposes." - attack="350" + attack="150" useButton="Open" type="usable" weight="1100"/> @@ -6474,14 +6474,14 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Thorn Arrow" description="Take care when handling it to don't hurt yourself." type="equip-ammo" - attack="160" + attack="120" weight="2"/> <item id="6507" image="equipment/ammo/bonearrow.png" name="Bone Arrow" description="A bone-breaker arrow." type="equip-ammo" - attack="350" + attack="150" weight="5"/> <item id="6510" image="equipment/ammo/placeholder.png" |