diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-22 22:14:36 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-22 22:14:36 -0800 |
commit | 53ef28e1affe8babdb090b9669c7734fc547ee70 (patch) | |
tree | 461ed8de10ccd664b0d0e63b6b8df1222da5b177 /json/items/armor | |
parent | Reword explanation for armored sandals. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-53ef28e1affe8babdb090b9669c7734fc547ee70.tar.xz |
Reduce the coverage and encumbrance of drop leg pouches and armband pouches.
Diffstat (limited to 'json/items/armor')
-rw-r--r-- | json/items/armor/storage.json | 5 |
1 files changed, 3 insertions, 2 deletions
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, |