diff options
Diffstat (limited to 'json/items/armor/torso_clothes.json')
-rw-r--r-- | json/items/armor/torso_clothes.json | 88 |
1 files changed, 86 insertions, 2 deletions
diff --git a/json/items/armor/torso_clothes.json b/json/items/armor/torso_clothes.json index 298d303..65ea609 100644 --- a/json/items/armor/torso_clothes.json +++ b/json/items/armor/torso_clothes.json @@ -7,7 +7,40 @@ "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", @@ -16,8 +49,59 @@ "name": { "str": "polo shirt" }, "armor_portion_data": [ { "covers": [ "torso" ], "coverage": 90, "encumbrance": 7 }, - { "covers": [ "arms" ], "coverage": 30, "encumbrance": 5 } + { "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": "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" } ] |