summaryrefslogtreecommitdiff
path: root/json/items
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-06-04 13:21:11 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-06-04 13:21:11 -0700
commit68345a55b46b58c11c7d70a064b13206ce22d874 (patch)
tree51148891bd06d9105c1a4b6430e7ccc14a0ec3dd /json/items
parentFix missing commas. (diff)
downloadcataclysm-bn-mod_armor-rebalance-68345a55b46b58c11c7d70a064b13206ce22d874.tar.xz
Rebalance the tac vest.
Diffstat (limited to 'json/items')
-rw-r--r--json/items/armor/ammo_pouch.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/json/items/armor/ammo_pouch.json b/json/items/armor/ammo_pouch.json
index fb1cc13..44a11a5 100644
--- a/json/items/armor/ammo_pouch.json
+++ b/json/items/armor/ammo_pouch.json
@@ -102,18 +102,22 @@
"type": "ARMOR",
"name": { "str": "tac vest" },
"encumbrance": 2,
- "max_encumbrance": 10,
+ "max_encumbrance": 8,
+ "storage": "1 L",
"use_action": {
"type": "holster",
"holster_prompt": "Stash ammo",
"holster_msg": "You stash your %s.",
"multi": 5,
"min_volume": "250 ml",
- "max_volume": "1 L",
+ "max_volume": "800 ml",
"draw_cost": 60,
"flags": [ "MAG_COMPACT", "MAG_BULKY" ]
},
- "//": "Increase the magazine capacity to five."
+ "//": "Add an explicit max_encumbrance.",
+ "//2": "Reduce the storage space to 1 L.",
+ "//3": "Increase the magazine capacity to five.",
+ "//4": "Reduce the max_volume of each magazine to 800 ml."
},
{
"id": "ammo_satchel_leg",