summaryrefslogtreecommitdiff
path: root/json/items/armor/masks.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 21:07:37 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 21:07:37 -0700
commit8654e76b2831112f2b24e8f85b2bd58ea7e01506 (patch)
tree934e6471136df2a6b5042bb6cda3a2b55799a98e /json/items/armor/masks.json
parentFix lab coat and army winter coat storage. (diff)
downloadcataclysm-bn-mod_armor-rebalance-8654e76b2831112f2b24e8f85b2bd58ea7e01506.tar.xz
Add and fix many vanilla items.
Also port the garter belt and garter knife sheath from dda.
Diffstat (limited to 'json/items/armor/masks.json')
-rw-r--r--json/items/armor/masks.json10
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 }
+ ]
}
]