summaryrefslogtreecommitdiff
path: root/json/items/armor/torso_clothes.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/armor/torso_clothes.json')
-rw-r--r--json/items/armor/torso_clothes.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/json/items/armor/torso_clothes.json b/json/items/armor/torso_clothes.json
index c3daa36..9210461 100644
--- a/json/items/armor/torso_clothes.json
+++ b/json/items/armor/torso_clothes.json
@@ -8,5 +8,16 @@
{ "covers": [ "torso" ], "coverage": 90, "encumbrance": [ 4, 5 ] },
{ "covers": [ "arms" ], "coverage": 90, "encumbrance": [ 4, 4 ] }
]
+ },
+ {
+ "id": "polo_shirt",
+ "copy-from": "polo_shirt",
+ "type": "ARMOR",
+ "name": { "str": "polo shirt" },
+ "armor_portion_data": [
+ { "covers": [ "torso" ], "coverage": 90, "encumbrance": [ 5, 7 ] },
+ { "covers": [ "arms" ], "coverage": 30, "encumbrance": [ 5, 5 ] }
+ ],
+ "//": "Add arms coverage."
}
]