diff options
Diffstat (limited to 'json/items/armor/coats.json')
-rw-r--r-- | json/items/armor/coats.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/json/items/armor/coats.json b/json/items/armor/coats.json index 9b4bcd6..5b022bb 100644 --- a/json/items/armor/coats.json +++ b/json/items/armor/coats.json @@ -22,6 +22,16 @@ "storage": "1600 ml" }, { + "id": "jacket_light", + "copy-from": "jacket_light", + "type": "ARMOR", + "name": { "str": "light jacket" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 6, 8 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 6, 6 ] } + ] + }, + { "id": "trenchcoat", "copy-from": "trenchcoat", "type": "ARMOR", |