diff options
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" }, |