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.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/json/items/armor/torso_clothes.json b/json/items/armor/torso_clothes.json
new file mode 100644
index 0000000..c3daa36
--- /dev/null
+++ b/json/items/armor/torso_clothes.json
@@ -0,0 +1,12 @@
+[
+ {
+ "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 ] }
+ ]
+ }
+]