summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-09-18 23:30:22 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-09-18 23:30:22 -0700
commitc6ec3a3b22021dbf28ac9ca42576c1aa718e7f70 (patch)
tree389df895a7226a860a0b06e3e68d21d7d045f79e
parentIncrease the maximum volume for stowed magazines in the exoskeleton magazine ... (diff)
downloadcataclysm-bn-mod_armor-rebalance-master.tar.xz
Rebalance the survivor belt.HEADmaster
-rw-r--r--json/items/armor/belts.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/json/items/armor/belts.json b/json/items/armor/belts.json
index fcaae00..c0c935c 100644
--- a/json/items/armor/belts.json
+++ b/json/items/armor/belts.json
@@ -67,5 +67,29 @@
},
"//": "Set a fixed encumbrance of 1.",
"//2": "Increase stored item max volume to 1500 ml, but reduce its weight to 1 kg."
+ },
+ {
+ "id": "survivor_belt_notools",
+ "copy-from": "survivor_belt_notools",
+ "type": "ARMOR",
+ "category": "armor",
+ "name": { "str": "survivor belt" },
+ "weight": "838 g",
+ "coverage": 5,
+ "encumbrance": 0,
+ "max_encumbrance": 4,
+ "use_action": {
+ "type": "holster",
+ "holster_prompt": "Sheath blade",
+ "holster_msg": "You sheath your %s",
+ "min_volume": "250 ml",
+ "max_volume": "750 ml",
+ "flags": [ "SHEATH_KNIFE" ]
+ },
+ "//": "Reduce the max_volume on the sheath and remove the sword option. This is just a regular sheath integrated onto a belt.",
+ "//2": "Use variable encumbrance.",
+ "//3": "Reduce the coverage.",
+ "//4": "Reduce the weight to that of a police belt, tactical dump pouch, sheath, and another 100g for the extra fabric to keep it together.",
+ "//5": "This is essentially a tactical dump pouch with integrated sheath. Albeit slighty slower to draw the sheath."
}
]