From d834ba7294031064953d416f7e8c6ad6119f4d95 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 8 Jan 2022 13:09:47 -0800 Subject: Fix the weight of the helmets. 0.D had the heavy at 1712 g --- 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 fe0ebfe..c94ab98 100644 --- a/json/items/armor/helmet.json +++ b/json/items/armor/helmet.json @@ -4,7 +4,7 @@ "type": "ARMOR", "name": { "str": "light survivor helmet" }, "description": "A customized, heavily armored Kevlar helmet, modified with cotton reinforcements to provide maximum comfort and protection from harm. All the added material has kept it rather light.", - "weight": "1000 g", + "weight": "910 g", "volume": "1750 ml", "price": 0, "price_postapoc": 3000, @@ -52,7 +52,7 @@ "type": "ARMOR", "name": { "str": "XL survivor helmet" }, "description": "A massive customized, heavily armored Kevlar helmet, modified with leather reinforcements to provide maximum comfort and protection from harm.", - "weight": "3060 g", + "weight": "2840 g", "volume": "6 L", "price": 0, "price_postapoc": 6000, @@ -76,7 +76,7 @@ "type": "ARMOR", "name": { "str": "heavy survivor 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": "3312 g", + "weight": "1712 g", "volume": "2500 ml", "price": 0, "price_postapoc": 6000, @@ -100,7 +100,7 @@ "type": "ARMOR", "name": { "str": "XL heavy survivor helmet" }, "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": "7137 g", + "weight": "3424 g", "volume": "6 L", "price": 0, "price_postapoc": 8000, -- cgit v1.2.1