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/holster.json | 8 ++++++++ json/items/armor/sheath.json | 8 ++++---- json/items/armor/undergarments.json | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) (limited to 'json/items/armor') diff --git a/json/items/armor/holster.json b/json/items/armor/holster.json index e7c08f1..52516c1 100644 --- a/json/items/armor/holster.json +++ b/json/items/armor/holster.json @@ -39,6 +39,14 @@ "encumbrance": 1, "max_encumbrance": 2 }, + { + "id": "bholster", + "copy-from": "bholster", + "type": "ARMOR", + "name": { "str": "deep concealment holster" }, + "encumbrance": 0, + "max_encumbrance": 1 + }, { "id": "shoulder_holster", "copy-from": "shoulder_holster", diff --git a/json/items/armor/sheath.json b/json/items/armor/sheath.json index 1ea98f3..e9b32ee 100644 --- a/json/items/armor/sheath.json +++ b/json/items/armor/sheath.json @@ -37,14 +37,14 @@ "type": "holster", "holster_prompt": "Sheath knife", "holster_msg": "You sheath your %s", - "max_volume": "500 ml", + "max_volume": "750 ml", "draw_cost": 80, "flags": [ "SHEATH_KNIFE" ] }, "coverage": 2, - "encumbrance": 4, - "max_encumbrance": 5, - "flags": [ "BELTED", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ] + "encumbrance": 0, + "max_encumbrance": 1, + "flags": [ "SKINTIGHT", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ] }, { "id": "bootsheath", 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