[ { "id": "boots_combat", "copy-from": "boots_combat", "type": "ARMOR", "name": { "str": "pair of combat boots", "str_pl": "pairs of combat boots" }, "encumbrance": 12, "//": "Add the mising 'pair of' to the name.", "//2": "Reduce the encumbrance." }, { "id": "boots_scrap", "copy-from": "boots_scrap", "type": "ARMOR", "name": { "str": "pair of scrap boots", "str_pl": "pairs of scrap boots" }, "encumbrance": 6, "//": "Reduce the encumbrance." }, { "id": "knee_high_boots", "copy-from": "knee_high_boots", "type": "ARMOR", "name": { "str": "pair of knee-high boots", "str_pl": "pairs of knee-high boots" }, "armor_portion_data": [ { "covers": [ "legs" ], "coverage": 50, "encumbrance": 15 }, { "covers": [ "feet" ], "coverage": 100, "encumbrance": 20 } ], "//": "Reduce the encumbrance." }, { "id": "leathersandals", "copy-from": "leathersandals", "type": "ARMOR", "name": { "str": "pair of leather sandals", "str_pl": "pairs of leather sandals" }, "encumbrance": 8, "//": "Increase the encumbrance." }, { "id": "thigh_high_boots", "copy-from": "thigh_high_boots", "type": "ARMOR", "name": { "str": "pair of thigh-high boots", "str_pl": "pairs of thigh-high boots" }, "armor_portion_data": [ { "covers": [ "legs" ], "coverage": 75, "encumbrance": 20 }, { "covers": [ "feet" ], "coverage": 100, "encumbrance": 20 } ], "//": "Reduce the encumbrance." }, { "id": "stockings", "type": "ARMOR", "name": { "str": "pair of stockings", "str_pl": "pairs of stockings" }, "description": "Long cotton socks that reach above the knees to help protect from the cold.", "weight": "90 g", "volume": "250 ml", "price": "5 USD", "price_postapoc": "250 cent", "material": [ "cotton" ], "symbol": "[", "looks_like": "leg_warmers", "color": "dark_gray", "armor_portion_data": [ { "covers": [ "legs" ], "coverage": 80, "encumbrance": 5 }, { "covers": [ "feet" ], "coverage": 100, "encumbrance": 5 } ], "warmth": 10, "material_thickness": 1, "flags": [ "VARSIZE", "SKINTIGHT", "POWERARMOR_COMPATIBLE" ] }, { "id": "sandal_armor", "copy-from": "sandal_armor", "type": "ARMOR", "name": { "str": "pair of armored sandals", "str_pl": "pairs of armored sandals" }, "//": "Add the mising 'pair of' to the name." } ]