From dda0e50b4c955673875e3eb1884bf3081b925c32 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 12 Mar 2024 22:48:00 -0700 Subject: Fix typo in throwing knife sheath. Also rebalance garter sheath encumbrance. --- json/items/armor/sheath.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/json/items/armor/sheath.json b/json/items/armor/sheath.json index d16dc5b..4143cc2 100644 --- a/json/items/armor/sheath.json +++ b/json/items/armor/sheath.json @@ -32,7 +32,7 @@ "looks_like": "sheath", "color": "dark_gray", "covers": [ "leg_either" ], - "material_thickness": 0.3, + "material_thickness": 1, "use_action": { "type": "holster", "holster_prompt": "Sheath knife", @@ -72,8 +72,8 @@ "flags": [ "SHEATH_KNIFE" ] }, "coverage": 2, - "encumbrance": 0, - "max_encumbrance": 1, + "encumbrance": 1, + "max_encumbrance": 2, "flags": [ "SKINTIGHT", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ] }, { @@ -102,8 +102,8 @@ "flags": [ "SHEATH_KNIFE" ] }, "coverage": 4, - "encumbrance": 1, - "max_encumbrance": 3, + "encumbrance": 2, + "max_encumbrance": 4, "flags": [ "SKINTIGHT", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ] }, { -- cgit v1.2.1