diff options
Diffstat (limited to 'json/items/armor/masks.json')
-rw-r--r-- | json/items/armor/masks.json | 10 |
1 files changed, 10 insertions, 0 deletions
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 } + ] } ] |