From fe630522ef832c36a1b56969e8f98da9efaaa06e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 12 Mar 2024 22:06:34 -0700 Subject: Rebalance a few items. --- json/items/armor/undergarments.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/armor/undergarments.json') diff --git a/json/items/armor/undergarments.json b/json/items/armor/undergarments.json index 33e3e77..1859507 100644 --- a/json/items/armor/undergarments.json +++ b/json/items/armor/undergarments.json @@ -13,9 +13,9 @@ "symbol": "[", "color": "dark_gray", "material_thickness": 1, - "flags": [ "SKINTIGHT", "VARSIZE", "POWERARMOR_COMPATIBLE" ], + "flags": [ "SKINTIGHT", "VARSIZE", "COMPACT", "POWERARMOR_COMPATIBLE" ], "armor_portion_data": [ - { "covers": [ "torso" ], "coverage": 10, "encumbrance": 1 } + { "covers": [ "torso" ], "coverage": 2, "encumbrance": 1 } ] } ] -- cgit v1.2.1