From 8654e76b2831112f2b24e8f85b2bd58ea7e01506 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 12 Mar 2024 21:07:37 -0700 Subject: Add and fix many vanilla items. Also port the garter belt and garter knife sheath from dda. --- json/items/armor/masks.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'json/items/armor/masks.json') diff --git a/json/items/armor/masks.json b/json/items/armor/masks.json index 6a3ab21..1d7bf02 100644 --- a/json/items/armor/masks.json +++ b/json/items/armor/masks.json @@ -5,5 +5,15 @@ "type": "ARMOR", "name": { "str": "ballistic mask" }, "coverage": 100 + }, + { + "id": "mask_hockey", + "copy-from": "mask_hockey", + "type": "ARMOR", + "name": { "str": "hockey mask" }, + "armor_portion_data": [ + { "covers": [ "mouth" ], "coverage": 95, "encumbrance": 12 }, + { "covers": [ "eyes" ], "coverage": 95, "encumbrance": 12 } + ] } ] -- cgit v1.2.1