From 34744be78906508385140e1c49ec0f893007a231 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 9 Jan 2022 22:12:07 -0800 Subject: Add custom holster messages. Fix inconsistant whitespace formatting in holster sections. --- armor.json | 54 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 22 deletions(-) (limited to 'armor.json') diff --git a/armor.json b/armor.json index fa85c79..e7e600d 100644 --- a/armor.json +++ b/armor.json @@ -579,6 +579,8 @@ "color": "dark_gray", "use_action": { "type": "holster", + "holster_prompt": "Conceal handgun", + "holster_msg": "You hide your %s.", "max_volume": "500 ml", "draw_cost": 80, "skills": [ "pistol" ] @@ -601,8 +603,8 @@ "storage": "500 ml", "use_action": { "type": "holster", - "holster_prompt": "Stash ammo", - "holster_msg": "You stash your %s.", + "holster_prompt": "Coneal magazine", + "holster_msg": "You coneal your %s.", "multi": 2, "max_volume": "250 ml", "draw_cost": 40, @@ -622,12 +624,12 @@ "price": 500, "material": [ "cotton" ], "use_action": { - "type": "holster", - "holster_prompt": "Sheath knife", - "holster_msg": "You sheath your %s", - "max_volume": "750 ml", - "draw_cost": 30, - "flags": [ "SHEATH_KNIFE" ] + "type": "holster", + "holster_prompt": "Conceal knife", + "holster_msg": "You hide your %s", + "max_volume": "750 ml", + "draw_cost": 30, + "flags": [ "SHEATH_KNIFE" ] }, "flags": [ "SUPER_FANCY" ], "material_thickness": 1 @@ -744,7 +746,7 @@ "material_thickness": 2, "use_action": { "type": "holster", - "holster_prompt": "Stash ammo", + "holster_prompt": "Stash magazine", "holster_msg": "You stash your %s.", "multi": 4, "min_volume": "250 ml", @@ -954,11 +956,13 @@ "storage": "30 L", "material_thickness": 2, "use_action": { - "type": "holster", - "min_volume": "1250 ml", - "max_volume": "9000 ml", - "draw_cost": 150, - "skills": [ "smg", "shotgun", "rifle", "launcher" ] + "type": "holster", + "holster_prompt": "Stow large gun", + "holster_msg": "You stow your %s", + "min_volume": "1250 ml", + "max_volume": "9000 ml", + "draw_cost": 150, + "skills": [ "smg", "shotgun", "rifle", "launcher" ] }, "flags": [ "WATER_FRIENDLY", "BELTED", "STURDY", "NO_QUICKDRAW" ] }, @@ -980,10 +984,13 @@ "storage": "20 L", "material_thickness": 2, "use_action": { - "type": "holster", - "min_volume": "1250 ml", - "max_volume": "3750 ml", - "skills": [ "smg", "shotgun", "rifle" ] + "type": "holster", + "holster_prompt": "Stow gun", + "holster_msg": "You stow your %s", + "min_volume": "1250 ml", + "max_volume": "3750 ml", + "draw_cost": 150, + "skills": [ "smg", "shotgun", "rifle" ] }, "flags": [ "WATER_FRIENDLY", "BELTED", "STURDY" ] }, @@ -1005,10 +1012,13 @@ "storage": "10 L", "material_thickness": 2, "use_action": { - "type": "holster", - "min_volume": "1250 ml", - "max_volume": "2500 ml", - "skills": [ "smg", "shotgun", "rifle" ] + "type": "holster", + "holster_prompt": "Stow small gun", + "holster_msg": "You stow your %s", + "min_volume": "1250 ml", + "max_volume": "2500 ml", + "draw_cost": 150, + "skills": [ "smg", "shotgun", "rifle" ] }, "flags": [ "WATER_FRIENDLY", "BELTED", "STURDY" ] }, -- cgit v1.2.1