diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 15:34:04 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 15:34:04 -0700 |
commit | 077ca38732eb247783f8025ed0678fba2eb66537 (patch) | |
tree | 474c6ca2cf540606cbafbb6110a5065213338ab7 /json/items/armor/hats.json | |
parent | Add more items in need of specific coverage. And fix some oversights. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-077ca38732eb247783f8025ed0678fba2eb66537.tar.xz |
More additions and fixes.
Diffstat (limited to 'json/items/armor/hats.json')
-rw-r--r-- | json/items/armor/hats.json | 16 |
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" + } +] |