diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-25 19:10:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-25 19:10:03 -0300 |
commit | a82800dc7d0460cbadc1aef72c3407f176de3ce8 (patch) | |
tree | 4cb98b69d3fc37bdc0997b15155b2cbe7cd64d37 | |
parent | fadb88d55938e5659267f2ac09ab2b65a38eee2c (diff) | |
download | clientdata-a82800dc7d0460cbadc1aef72c3407f176de3ce8.tar.gz clientdata-a82800dc7d0460cbadc1aef72c3407f176de3ce8.tar.bz2 clientdata-a82800dc7d0460cbadc1aef72c3407f176de3ce8.tar.xz clientdata-a82800dc7d0460cbadc1aef72c3407f176de3ce8.zip |
Gunstaffs are lighter now
-rw-r--r-- | items.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7291,7 +7291,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. level="60" type="equip-2hand" attack-action="attack_bow" - weight="11000"> + weight="10000"> <sprite>equipment/weapons/woodenbow.xml</sprite> <sound event="hit">weapons/gunstaff/shot.ogg</sound> <sound event="miss">weapons/gunstaff/shot.ogg</sound> @@ -7311,7 +7311,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. level="60" type="equip-2hand" attack-action="attack_bow" - weight="16000"> + weight="14000"> <sprite>equipment/weapons/woodenbow.xml</sprite> <sound event="hit">weapons/gunstaff/shot.ogg</sound> <sound event="miss">weapons/gunstaff/shot.ogg</sound> @@ -7331,7 +7331,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. level="60" type="equip-2hand" attack-action="attack_bow" - weight="11000"> + weight="10000"> <sprite>equipment/weapons/woodenbow.xml</sprite> <sound event="hit">weapons/gunstaff/shot.ogg</sound> <sound event="miss">weapons/gunstaff/shot.ogg</sound> @@ -7351,7 +7351,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. level="60" type="equip-1hand" attack-action="attack_bow" - weight="8000"> + weight="7000"> <sprite>equipment/weapons/woodenbow.xml</sprite> <sound event="hit">weapons/gunstaff/shot.ogg</sound> <sound event="miss">weapons/gunstaff/shot.ogg</sound> |