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/helmets.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/helmets.json')
-rw-r--r-- | json/items/armor/helmets.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/json/items/armor/helmets.json b/json/items/armor/helmets.json index 564a7eb..8192542 100644 --- a/json/items/armor/helmets.json +++ b/json/items/armor/helmets.json @@ -38,6 +38,54 @@ "//2": "Also buff the thickness to make it a viable option compared to the army helmet." }, { + "id": "helmet_ball", + "copy-from": "helmet_ball", + "type": "ARMOR", + "category": "armor", + "name": { "str": "baseball helmet" }, + "weight": "615 g" + }, + { + "id": "helmet_bike", + "copy-from": "helmet_bike", + "type": "ARMOR", + "category": "armor", + "name": { "str": "bike helmet" }, + "weight": "400 g" + }, + { + "id": "helmet_football", + "copy-from": "helmet_football", + "type": "ARMOR", + "category": "armor", + "name": { "str": "football helmet" }, + "armor_portion_data": [ + { "covers": [ "head" ], "coverage": 95, "encumbrance": 50 }, + { "covers": [ "eyes" ], "coverage": 70, "encumbrance": 5 }, + { "covers": [ "mouth" ], "coverage": 85, "encumbrance": 0 } + ] + }, + { + "id": "helmet_larmor", + "copy-from": "helmet_larmor", + "type": "ARMOR", + "category": "armor", + "name": { "str": "leather armor helmet" }, + "weight": "658 g" + }, + { + "id": "helmet_motor", + "copy-from": "helmet_motor", + "type": "ARMOR", + "category": "armor", + "name": { "str": "motorcycle helmet" }, + "armor_portion_data": [ + { "covers": [ "head" ], "coverage": 100, "encumbrance": 25 }, + { "covers": [ "eyes" ], "coverage": 100, "encumbrance": 5 }, + { "covers": [ "mouth" ], "coverage": 100, "encumbrance": 15 } + ] + }, + { "id": "helmet_survivor", "type": "ARMOR", "name": { "str": "survivor helmet" }, |