From 53ef28e1affe8babdb090b9669c7734fc547ee70 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 22 Dec 2024 22:14:36 -0800 Subject: Reduce the coverage and encumbrance of drop leg pouches and armband pouches. --- json/items/armor/storage.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'json') diff --git a/json/items/armor/storage.json b/json/items/armor/storage.json index 3c36332..ab14f58 100644 --- a/json/items/armor/storage.json +++ b/json/items/armor/storage.json @@ -78,7 +78,8 @@ "type": "ARMOR", "name": { "str": "pair of drop leg pouches", "str_pl": "pairs of drop leg pouches" }, "storage": "4500 ml", - "encumbrance": 1, + "coverage": 10, + "encumbrance": 0, "max_encumbrance": 4, "flags": [ "WATER_FRIENDLY", "BELTED" ], "//": "Changed to strapped layer since knee pads no longer hard conflict." @@ -98,7 +99,7 @@ "color": "dark_gray", "storage": "500 ml", "covers": [ "arm_either" ], - "coverage": 15, + "coverage": 10, "encumbrance": 0, "max_encumbrance": 1, "material_thickness": 1, -- cgit v1.2.1