Skip to content

Commit

Permalink
Merge pull request #65818 from anoobindisguise/patch-14
Browse files Browse the repository at this point in the history
lower fur bodyarmor encumbrance a bit
  • Loading branch information
Rivet-the-Zombie authored May 25, 2023
2 parents 81746f6 + e300076 commit 7aab125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/items/armor/suits_protection.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@
"looks_like": "armor_larmor",
"color": "brown",
"armor": [
{ "covers": [ "torso" ], "coverage": 95, "encumbrance": [ 21, 25 ] },
{ "covers": [ "leg_l", "leg_r" ], "coverage": 85, "encumbrance": [ 21, 21 ] },
{ "covers": [ "arm_l", "arm_r" ], "coverage": 90, "encumbrance": [ 21, 21 ] }
{ "covers": [ "torso" ], "coverage": 95, "encumbrance": [ 17, 17 ] },
{ "covers": [ "leg_l", "leg_r" ], "coverage": 85, "encumbrance": [ 17, 17 ] },
{ "covers": [ "arm_l", "arm_r" ], "coverage": 90, "encumbrance": [ 17, 17 ] }
],
"pocket_data": [
{
Expand Down

0 comments on commit 7aab125

Please sign in to comment.