diff options
Diffstat (limited to 'json/items/armor/coats.json')
-rw-r--r-- | json/items/armor/coats.json | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/json/items/armor/coats.json b/json/items/armor/coats.json new file mode 100644 index 0000000..9b4bcd6 --- /dev/null +++ b/json/items/armor/coats.json @@ -0,0 +1,137 @@ +[ + { + "id": "greatcoat", + "copy-from": "greatcoat", + "type": "ARMOR", + "name": { "str": "greatcoat" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 11, 20 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 11, 11 ] }, + { "covers": [ "legs" ], "coverage": 79, "encumbrance": [ 11, 13 ] } + ] + }, + { + "id": "jacket_leather", + "copy-from": "jacket_leather", + "type": "ARMOR", + "name": { "str": "leather jacket" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 10, 15 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 10, 10 ] } + ], + "storage": "1600 ml" + }, + { + "id": "trenchcoat", + "copy-from": "trenchcoat", + "type": "ARMOR", + "name": { "str": "trenchcoat" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 7, 15 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 7, 7 ] } + ] + }, + { + "id": "trenchcoat_leather", + "copy-from": "trenchcoat_leather", + "type": "ARMOR", + "name": { "str": "leather trenchcoat" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 8, 17 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 8, 8 ] } + ] + }, + { + "id": "trenchcoat_survivor", + "copy-from": "trenchcoat_survivor", + "type": "ARMOR", + "name": { "str": "survivor trenchcoat" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 8, 15 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 8, 8 ] } + ], + "material_thickness": 4, + "storage": "8600 ml" + }, + { + "id": "coat_winter", + "copy-from": "coat_winter", + "type": "ARMOR", + "name": { "str": "winter coat" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 18, 27 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 18, 21 ] } + ], + "storage": "4 L" + }, + { + "id": "duster", + "copy-from": "duster", + "type": "ARMOR", + "name": { "str": "duster" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 7, 13 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 7, 7 ] }, + { "covers": [ "legs" ], "coverage": 85, "encumbrance": [ 4, 5 ] } + ], + "storage": "6600 ml" + }, + { + "id": "duster_leather", + "copy-from": "duster_leather", + "type": "ARMOR", + "name": { "str": "leather duster" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 7, 13 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 7, 7 ] }, + { "covers": [ "legs" ], "coverage": 85, "encumbrance": [ 4, 5 ] } + ], + "storage": "6600 ml" + }, + { + "id": "duster_survivor", + "copy-from": "duster_survivor", + "type": "ARMOR", + "name": { "str": "survivor duster" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 8, 13 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 8, 8 ] }, + { "covers": [ "legs" ], "coverage": 85, "encumbrance": [ 5, 6 ] } + ], + "material_thickness": 4, + "storage": "8600 ml" + }, + { + "id": "jacket_army", + "copy-from": "jacket_army", + "type": "ARMOR", + "name": { "str": "army jacket" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 7, 15 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 7, 7 ] } + ], + "storage": "5 L" + }, + { + "id": "winter_jacket_army", + "copy-from": "winter_jacket_army", + "type": "ARMOR", + "name": { "str": "army winter jacket" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 10, 20 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 10, 10 ] } + ], + "storage": "5 L" + }, + { + "id": "coat_lab", + "copy-from": "coat_lab", + "type": "ARMOR", + "name": { "str": "lab coat" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 2, 5 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 2, 2 ] } + ], + "storage": "4 L" + } +] |