summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-31 17:49:38 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-31 17:49:38 -0700
commit21b9c92ec96339c5ab88f2ab5b46e6b54c694d9f (patch)
treeceaf3bde003f9b33f9f8278d320ae63340e09b1c
parentRemove triple materials from helmets/hoods. (diff)
downloadcataclysm-bn-mod_survivorheadgear-crafting-21b9c92ec96339c5ab88f2ab5b46e6b54c694d9f.tar.xz
Fix mass of heavy/superalloy helmets.
-rw-r--r--json/items/armor/helmet.json8
1 files 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,