From 077ca38732eb247783f8025ed0678fba2eb66537 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 12 Mar 2024 15:34:04 -0700 Subject: More additions and fixes. --- json/items/armor/hats.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 json/items/armor/hats.json (limited to 'json/items/armor/hats.json') diff --git a/json/items/armor/hats.json b/json/items/armor/hats.json new file mode 100644 index 0000000..7fe888f --- /dev/null +++ b/json/items/armor/hats.json @@ -0,0 +1,16 @@ +[ + { + "id": "hat_hard", + "copy-from": "hat_hard", + "type": "ARMOR", + "name": { "str": "hard hat" }, + "weight": "430 g" + }, + { + "id": "hat_hard_hooded", + "copy-from": "hat_hard_hooded", + "type": "ARMOR", + "name": { "str": "summer hard hat" }, + "weight": "470 g" + } +] -- cgit v1.2.1