From 21b9c92ec96339c5ab88f2ab5b46e6b54c694d9f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 31 Mar 2023 17:49:38 -0700 Subject: Fix mass of heavy/superalloy helmets. --- json/items/armor/helmet.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json index 54b6d52..f392836 100644 --- a/json/items/armor/helmet.json +++ b/json/items/armor/helmet.json @@ -80,7 +80,7 @@ "name": { "str": "heavy survivor helmet" }, "//": "A furthur improved army helmet. But still greatly inferior to a light power armor helmet.", "description": "A customized, heavily armored steel and Kevlar helmet, modified to provide maximum comfort and protection from harm. All the added material has made it rather heavy.", - "weight": "1712 g", + "weight": "3312 g", "volume": "2500 ml", "price": 0, "price_postapoc": 6000, @@ -104,7 +104,7 @@ "type": "ARMOR", "name": { "str": "superalloy survivor helmet" }, "description": "A customized, heavily armored superalloy and Kevlar helmet, modified to provide maximum comfort and protection from harm. All the added material has made it rather heavy.", - "weight": "1369 g", + "weight": "2649 g", "volume": "2500 ml", "price": 0, "price_postapoc": 6500, @@ -129,7 +129,7 @@ "name": { "str": "XL heavy survivor helmet" }, "//": "Double the weight of a heavy survivor helm for the same protection.", "description": "A massive customized, heavily armored steel and Kevlar helmet, modified to provide maximum comfort and protection from harm. All the added material has made it rather heavy.", - "weight": "3424 g", + "weight": "6624 g", "volume": "6 L", "price": 0, "price_postapoc": 8000, @@ -154,7 +154,7 @@ "name": { "str": "XL superalloy survivor helmet" }, "//": "Double the weight of a superalloy survivor helm for the same protection.", "description": "A massive customized, heavily armored superalloy and Kevlar helmet, modified to provide maximum comfort and protection from harm. All the added material has made it rather heavy.", - "weight": "2739 g", + "weight": "5299 g", "volume": "6 L", "price": 0, "price_postapoc": 8000, -- cgit v1.2.1