diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 22:06:34 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 22:06:34 -0700 |
commit | fe630522ef832c36a1b56969e8f98da9efaaa06e (patch) | |
tree | 6eb2dba3458bbbd7abbdf7b7597abf99b6f1b74f /json/items/armor/undergarments.json | |
parent | Add and fix more items, this time in tool_armor. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-fe630522ef832c36a1b56969e8f98da9efaaa06e.tar.xz |
Rebalance a few items.
Diffstat (limited to 'json/items/armor/undergarments.json')
-rw-r--r-- | json/items/armor/undergarments.json | 4 |
1 files changed, 2 insertions, 2 deletions
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 } ] } ] |