Skip to content

Commit

Permalink
Update data/json/items/armor/integrated.json
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
anoobindisguise and github-actions[bot] authored Feb 15, 2023
1 parent ceb4257 commit 85cafdd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/json/items/armor/integrated.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
"flags": [ "INTEGRATED", "ALLOWS_NATURAL_ATTACKS", "UNBREAKABLE", "PERSONAL", "WATER_FRIENDLY", "SOFT" ],
"armor": [
{
"material": [ { "type": "veggy", "covered_by_mat": 100, "thickness": 2 }, { "type": "wood", "covered_by_mat": 100, "thickness": 0.5 } ],
"material": [
{ "type": "veggy", "covered_by_mat": 100, "thickness": 2 },
{ "type": "wood", "covered_by_mat": 100, "thickness": 0.5 }
],
"covers": [ "hand_l", "hand_r", "foot_l", "foot_r", "leg_l", "leg_r", "arm_l", "arm_r", "torso", "head" ],
"coverage": 100,
"encumbrance": 1,
Expand Down

0 comments on commit 85cafdd

Please sign in to comment.