From 75d7d1dbf39da3efb62ee3b9a4fc1d26cdd4b642 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 11 Mar 2024 22:38:35 -0700 Subject: Add windbreaker. --- json/items/armor/coats.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 @@ -31,6 +31,16 @@ { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 6, 6 ] } ] }, + { + "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", -- cgit v1.2.1