Skip to content

Commit

Permalink
Merge pull request #75117 from Termineitor244/LeatherBodyArmor
Browse files Browse the repository at this point in the history
Leather Body Armor Coverage fix
  • Loading branch information
Maleclypse authored Jul 20, 2024
2 parents 8df469d + 5efd8e8 commit 5f7a7ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/items/armor/suits_protection.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"material": [ { "type": "leather", "covered_by_mat": 100, "thickness": 6.5 } ]
},
{ "covers": [ "arm_l", "arm_r" ], "coverage": 90, "encumbrance": 18 },
{ "covers": [ "leg_l", "leg_r" ], "coverage": 85, "encumbrance": 18 }
{ "covers": [ "leg_l", "leg_r" ], "coverage": 95, "encumbrance": 18 }
],
"warmth": 20,
"material_thickness": 6,
Expand Down Expand Up @@ -249,7 +249,7 @@
"material": [ { "type": "leather", "covered_by_mat": 100, "thickness": 4.5 } ]
},
{ "covers": [ "arm_l", "arm_r" ], "coverage": 90, "encumbrance": 14 },
{ "covers": [ "leg_l", "leg_r" ], "coverage": 85, "encumbrance": 14 }
{ "covers": [ "leg_l", "leg_r" ], "coverage": 95, "encumbrance": 14 }
],
"warmth": 25,
"material_thickness": 4,
Expand Down Expand Up @@ -998,7 +998,7 @@
},
{
"covers": [ "leg_l", "leg_r" ],
"coverage": 85,
"coverage": 95,
"encumbrance": 22,
"material": [
{ "type": "leather", "covered_by_mat": 100, "thickness": 4 },
Expand All @@ -1008,7 +1008,7 @@
},
{
"covers": [ "leg_l", "leg_r" ],
"coverage": 85,
"coverage": 95,
"encumbrance": 0,
"material": [ { "type": "leather", "covered_by_mat": 100, "thickness": 4 } ],
"specifically_covers": [ "leg_hip_l", "leg_hip_r", "leg_knee_l", "leg_knee_r" ]
Expand Down

0 comments on commit 5f7a7ca

Please sign in to comment.