summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-06 18:28:22 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-06 18:28:22 -0700
commit412bb837fcc9658b8166b25965ff83b076f73d67 (patch)
treedac4446fa1786941bc58c17b6dcbf0517c8a11f9
parentRevert full overwrite of stockings. (diff)
downloadcataclysm-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.
-rw-r--r--json/items/armor/helmets.json9
-rw-r--r--json/items/armor/holster.json3
-rw-r--r--json/items/armor/sheath.json4
3 files changed, 10 insertions, 6 deletions
diff --git a/json/items/armor/helmets.json b/json/items/armor/helmets.json
index 8192542..8c0d187 100644
--- a/json/items/armor/helmets.json
+++ b/json/items/armor/helmets.json
@@ -21,10 +21,10 @@
{ "covers": [ "eyes" ], "coverage": 100, "encumbrance": 20 },
{ "covers": [ "mouth" ], "coverage": 100, "encumbrance": 15 }
],
- "extend": { "flags": [ "WATERPROOF" ] },
+ "extend": { "flags": [ "WATERPROOF", "SUN_GLASSES" ] },
"//": "Fix the material from kevlar to rigid kevlar.",
"//2": "Also buff the thickness to make it a viable option compared to the army helmet.",
- "//3": "Also add WATERPROOF"
+ "//3": "Also add WATERPROOF and SUNGLASSES flags."
},
{
"id": "tac_helmet",
@@ -34,8 +34,11 @@
"name": { "str": "tactical helmet" },
"material": [ "kevlar_rigid", "plastic" ],
"material_thickness": 8,
+ "encumbrance": 20,
+ "extend": { "flags": [ "VARSIZE" ] },
"//": "Fix the material from kevlar to rigid kevlar.",
- "//2": "Also buff the thickness to make it a viable option compared to the army helmet."
+ "//2": "Also buff the thickness to make it a viable option compared to the army helmet.",
+ "//3": "Increase the encumbrance, but add VARSIZE flag like the tactical full helmet has."
},
{
"id": "helmet_ball",
diff --git a/json/items/armor/holster.json b/json/items/armor/holster.json
index bb28056..69b116a 100644
--- a/json/items/armor/holster.json
+++ b/json/items/armor/holster.json
@@ -62,7 +62,8 @@
"skills": [ "pistol" ]
},
"valid_mods": [ "resized_large" ],
- "flags": [ "SKINTIGHT", "COMPACT", "WATER_FRIENDLY" ]
+ "flags": [ "SKINTIGHT", "COMPACT", "WATER_FRIENDLY" ],
+ "//": "Moved to leg_either. The belly-band is for torso concealed weapons."
},
{
"id": "shoulder_holster",
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",