summaryrefslogtreecommitdiff
path: root/json/items/armor/hats.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/armor/hats.json')
-rw-r--r--json/items/armor/hats.json16
1 files changed, 16 insertions, 0 deletions
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"
+ }
+]