[ { "id": "dress_shirt", "copy-from": "dress_shirt", "type": "ARMOR", "name": { "str": "dress shirt" }, "armor_portion_data": [ { "covers": [ "torso" ], "coverage": 90, "encumbrance": [ 4, 5 ] }, { "covers": [ "arms" ], "coverage": 90, "encumbrance": [ 4, 4 ] } ], "storage": "350 ml" }, { "id": "dress_wedding", "copy-from": "dress_wedding", "type": "ARMOR", "name": { "str": "wedding dress", "str_pl": "wedding dresses" }, "armor_portion_data": [ { "covers": [ "torso" ], "coverage": 90, "encumbrance": 12 }, { "covers": [ "legs" ], "coverage": 100, "encumbrance": 20 } ], "storage": "350 ml" }, { "id": "hoodie", "copy-from": "hoodie", "type": "ARMOR", "name": { "str": "hoodie" }, "armor_portion_data": [ { "covers": [ "torso" ], "coverage": 95, "encumbrance": [ 6, 12 ] }, { "covers": [ "arms" ], "coverage": 95, "encumbrance": [ 6, 6 ] } ], "storage": "3 L" }, { "id": "longshirt", "copy-from": "longshirt", "type": "ARMOR", "name": { "str": "long-sleeved shirt" }, "armor_portion_data": [ { "covers": [ "torso", "arms" ], "coverage": 90, "encumbrance": 0 } ], "storage": "3 L" }, { "id": "polo_shirt", "copy-from": "polo_shirt", "type": "ARMOR", "name": { "str": "polo shirt" }, "armor_portion_data": [ { "covers": [ "torso" ], "coverage": 90, "encumbrance": 7 }, { "covers": [ "arms" ], "coverage": 30, "encumbrance": 0 } ], "//": "Add arms coverage." }, { "id": "sundress", "copy-from": "sundress", "type": "ARMOR", "name": { "str": "sundress", "str_pl": "sundresses" }, "armor_portion_data": [ { "covers": [ "torso" ], "coverage": 65, "encumbrance": 0 }, { "covers": [ "legs" ], "coverage": 50, "encumbrance": 0 } ] }, { "id": "sweater", "copy-from": "sweater", "type": "ARMOR", "name": { "str": "sweater" }, "armor_portion_data": [ { "covers": [ "torso" ], "coverage": 95, "encumbrance": 6 }, { "covers": [ "arms" ], "coverage": 95, "encumbrance": 6 } ] }, { "id": "sweatshirt", "copy-from": "sweatshirt", "type": "ARMOR", "name": { "str": "sweatshirt" }, "armor_portion_data": [ { "covers": [ "torso" ], "coverage": 95, "encumbrance": 6 }, { "covers": [ "arms" ], "coverage": 95, "encumbrance": 6 } ] }, { "id": "vest_leather", "copy-from": "vest_leather", "type": "ARMOR", "name": { "str": "leather vest" }, "armor_portion_data": [ { "covers": [ "torso" ], "coverage": 90, "encumbrance": [ 4, 8 ] } ], "storage": "2250 ml" }, { "id": "wool_hoodie", "copy-from": "wool_hoodie", "type": "ARMOR", "name": { "str": "wool hoodie" }, "armor_portion_data": [ { "covers": [ "torso" ], "coverage": 95, "encumbrance": [ 6, 12 ] }, { "covers": [ "arms" ], "coverage": 95, "encumbrance": [ 6, 6 ] } ], "storage": "3 L" } ]