diff --git a/data/json/items/armor/integrated.json b/data/json/items/armor/integrated.json index 23769afd0413e..336038a97eb07 100644 --- a/data/json/items/armor/integrated.json +++ b/data/json/items/armor/integrated.json @@ -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" } ] },