diff options
Diffstat (limited to '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 5b022bb..6a7444f 100644 --- a/json/items/armor/coats.json +++ b/json/items/armor/coats.json @@ -32,6 +32,16 @@ ] }, { + "id": "jacket_windbreaker", + "copy-from": "jacket_windbreaker", + "type": "ARMOR", + "name": { "str": "windbreaker" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 8, 12 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 8, 8 ] } + ] + }, + { "id": "trenchcoat", "copy-from": "trenchcoat", "type": "ARMOR", |