From e5b74a9ead97256a8a9690a8dc10372e1cc3e2cf Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 12 Mar 2024 23:20:56 -0700 Subject: Slightly reduce the draw/holster time on several garter items. --- armor.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/armor.json b/armor.json index 70ecb31..1dbfa42 100644 --- a/armor.json +++ b/armor.json @@ -611,7 +611,7 @@ "holster_prompt": "Conceal handgun", "holster_msg": "You hide your %s.", "max_volume": "500 ml", - "draw_cost": 150, + "draw_cost": 90, "skills": [ "pistol" ] }, "flags": [ "SKINTIGHT", "COMPACT", "FANCY", "POWERARMOR_COMPATIBLE" ] @@ -642,7 +642,7 @@ "holster_msg": "You coneal your %s.", "multi": 2, "max_volume": "250 ml", - "draw_cost": 150, + "draw_cost": 90, "flags": [ "MAG_COMPACT" ] }, "flags": [ "SKINTIGHT", "COMPACT" ] @@ -670,7 +670,7 @@ "holster_prompt": "Conceal knife", "holster_msg": "You hide your %s", "max_volume": "750 ml", - "draw_cost": 150, + "draw_cost": 90, "flags": [ "SHEATH_KNIFE" ] }, "flags": [ "SKINTIGHT", "COMPACT", "SUPER_FANCY" ] @@ -749,6 +749,7 @@ "holster_msg": "You sheath your %s", "max_volume": "250 ml", "multi": 12, + "draw_cost": 80, "flags": [ "SHEATH_KNIFE" ] }, "flags": [ "VARSIZE", "POCKETS", "FANCY", "HOOD", "COLLAR", "WATERPROOF", "RAINPROOF", "STURDY", "SUPER_FANCY" ] -- cgit v1.2.1