From c6ec3a3b22021dbf28ac9ca42576c1aa718e7f70 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 18 Sep 2024 23:30:22 -0700 Subject: Rebalance the survivor belt. --- json/items/armor/belts.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'json/items/armor') 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." } ] -- cgit v1.2.1