diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-04-06 06:49:43 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-04-06 06:49:43 +0000 |
commit | 570e690d1ba5f6ad64a0ffe78eb701b2a294b0aa (patch) | |
tree | 6f6b8b55c428f4d618e8f705ea3eeb1dcc14d7fd | |
parent | 2ed714569d72e96945dd80fb0b50d1e8f7cdbe6f (diff) | |
download | clientdata-570e690d1ba5f6ad64a0ffe78eb701b2a294b0aa.tar.gz clientdata-570e690d1ba5f6ad64a0ffe78eb701b2a294b0aa.tar.bz2 clientdata-570e690d1ba5f6ad64a0ffe78eb701b2a294b0aa.tar.xz clientdata-570e690d1ba5f6ad64a0ffe78eb701b2a294b0aa.zip |
fix ingame weapon weight
-rw-r--r-- | items.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4236,7 +4236,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. level="5" type="equip-1hand" attack-action="attack" - weight="6"> + weight="120"> <sprite>equipment/weapons/knife.xml</sprite> <sound event="hit">weapons/knife/hit1.ogg</sound> <sound event="miss">weapons/knife/miss1.ogg</sound> @@ -4306,7 +4306,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. level="10" type="equip-1hand" attack-action="attack" - weight="50"> + weight="130"> <sprite>equipment/weapons/knife.xml</sprite> <sound event="hit">weapons/knife/hit1.ogg</sound> <sound event="miss">weapons/knife/miss1.ogg</sound> @@ -4319,7 +4319,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. attack-range="1" type="equip-1hand" attack-action="attack" - weight="6"> + weight="50"> <sprite>equipment/weapons/knife.xml</sprite> <sound event="hit">weapons/knife/hit1.ogg</sound> <sound event="miss">weapons/knife/miss1.ogg</sound> @@ -4375,7 +4375,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. level="3" type="equip-1hand" attack-action="attack" - weight="6"> + weight="70"> <sprite>equipment/weapons/knife.xml</sprite> <sound event="hit">weapons/knife/hit1.ogg</sound> <sound event="miss">weapons/knife/miss1.ogg</sound> |