diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-06 18:28:22 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-06 18:28:22 -0700 |
commit | 412bb837fcc9658b8166b25965ff83b076f73d67 (patch) | |
tree | dac4446fa1786941bc58c17b6dcbf0517c8a11f9 /json/items/armor/sheath.json | |
parent | Revert full overwrite of stockings. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-412bb837fcc9658b8166b25965ff83b076f73d67.tar.xz |
Rebalance the tactical helmet and tactical full helmet.
Move the throwing knives leg sheath back to strapped layer. And slightly buff draw_cost as a result.
Add note to the deep concealment holster.
Diffstat (limited to 'json/items/armor/sheath.json')
-rw-r--r-- | json/items/armor/sheath.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/armor/sheath.json b/json/items/armor/sheath.json index 67e0c7f..bbaedb1 100644 --- a/json/items/armor/sheath.json +++ b/json/items/armor/sheath.json @@ -38,14 +38,14 @@ "holster_prompt": "Sheath knife", "holster_msg": "You sheath your %s", "max_volume": "250 ml", - "draw_cost": 90, + "draw_cost": 80, "multi": 6, "flags": [ "SHEATH_KNIFE" ] }, "coverage": 8, "encumbrance": 4, "max_encumbrance": 10, - "flags": [ "SKINTIGHT", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ] + "flags": [ "BELTED", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY" ] }, { "id": "gartersheath1", |