Skip to content

Commit

Permalink
Merge pull request CleverRaven#63607 from anoobindisguise/anoobindisg…
Browse files Browse the repository at this point in the history
…uise-phelloderm

make phelloderm better
  • Loading branch information
Rivet-the-Zombie authored Feb 17, 2023
2 parents f0927ac + 85cafdd commit 17a7444
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions data/json/items/armor/integrated.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@
"flags": [ "INTEGRATED", "ALLOWS_NATURAL_ATTACKS", "UNBREAKABLE", "PERSONAL", "WATER_FRIENDLY", "SOFT" ],
"armor": [
{
"material": [ { "type": "veggy", "covered_by_mat": 100, "thickness": 2.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": 5
"encumbrance": 1,
"breathability": "GOOD"
}
]
},
Expand Down

0 comments on commit 17a7444

Please sign in to comment.