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/helmets.json | 48 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'json/items/armor/helmets.json') 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 @@ -37,6 +37,54 @@ "//": "Fix the material from kevlar to rigid kevlar.", "//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", -- cgit v1.2.1