summaryrefslogtreecommitdiff
path: root/json/items
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 01:22:27 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 01:22:27 -0700
commitbced45dd787ea066a21316f5f4451031365bea6b (patch)
tree0d458abdb6f016f0161b1d163bd49237497decb8 /json/items
parentTypo. (diff)
downloadcataclysm-bn-mod_armor-rebalance-bced45dd787ea066a21316f5f4451031365bea6b.tar.xz
Remove max_encumbrance on polo shirt as it has no storage.
Diffstat (limited to 'json/items')
-rw-r--r--json/items/armor/torso_clothes.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/armor/torso_clothes.json b/json/items/armor/torso_clothes.json
index fef38b1..298d303 100644
--- a/json/items/armor/torso_clothes.json
+++ b/json/items/armor/torso_clothes.json
@@ -15,8 +15,8 @@
"type": "ARMOR",
"name": { "str": "polo shirt" },
"armor_portion_data": [
- { "covers": [ "torso" ], "coverage": 90, "encumbrance": [ 5, 7 ] },
- { "covers": [ "arms" ], "coverage": 30, "encumbrance": [ 5, 5 ] }
+ { "covers": [ "torso" ], "coverage": 90, "encumbrance": 7 },
+ { "covers": [ "arms" ], "coverage": 30, "encumbrance": 5 }
],
"//": "Add arms coverage."
}