From af2a3c6863250f92f426dae9cee7919d84fce991 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 11 Mar 2024 21:53:20 -0700 Subject: Initial commit. --- json/items/armor/masks.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 json/items/armor/masks.json (limited to 'json/items/armor/masks.json') diff --git a/json/items/armor/masks.json b/json/items/armor/masks.json new file mode 100644 index 0000000..6a3ab21 --- /dev/null +++ b/json/items/armor/masks.json @@ -0,0 +1,9 @@ +[ + { + "id": "mask_bal", + "copy-from": "mask_bal", + "type": "ARMOR", + "name": { "str": "ballistic mask" }, + "coverage": 100 + } +] -- cgit v1.2.1