From 1b9c5a9c7a00341fd668589c9dd1709dfe867f02 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 11 Mar 2024 22:35:41 -0700 Subject: Add polo shirt, webbing belt, and police belt. --- json/items/armor/coats.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'json/items/armor/coats.json') 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 @@ -21,6 +21,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", -- cgit v1.2.1