diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 01:22:27 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 01:22:27 -0700 |
commit | bced45dd787ea066a21316f5f4451031365bea6b (patch) | |
tree | 0d458abdb6f016f0161b1d163bd49237497decb8 | |
parent | Typo. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-bced45dd787ea066a21316f5f4451031365bea6b.tar.xz |
Remove max_encumbrance on polo shirt as it has no storage.
-rw-r--r-- | json/items/armor/torso_clothes.json | 4 |
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." } |