diff options
Diffstat (limited to 'json')
-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." } |