summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-08 13:45:13 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-08 13:45:13 -0800
commit5d7cfd5a32c668577e10c86ad561133a195ba90f (patch)
tree2c53a1ef6a863d30246244f2688e53d2fc9e11d2
parentFix the weight of the helmets. (diff)
downloadcataclysm-dda-mod_survivorheadgear-crafting-5d7cfd5a32c668577e10c86ad561133a195ba90f.tar.xz
Rebalance survivor helmets.
-rw-r--r--json/items/armor/helmet.json15
1 files changed, 10 insertions, 5 deletions
diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json
index c94ab98..422c7d9 100644
--- a/json/items/armor/helmet.json
+++ b/json/items/armor/helmet.json
@@ -3,6 +3,7 @@
"id": "helmet_lsurvivor",
"type": "ARMOR",
"name": { "str": "light survivor helmet" },
+ "note": "Roughly an improved tactical 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": "910 g",
"volume": "1750 ml",
@@ -27,9 +28,10 @@
"id": "helmet_survivor",
"type": "ARMOR",
"name": { "str": "survivor helmet" },
+ "note": "Roughly an improved army helmet.",
"description": "A customized, heavily armored Kevlar helmet, modified with leather reinforcements to provide maximum comfort and protection from harm.",
"weight": "1420 g",
- "volume": "2500 ml",
+ "volume": "2000 ml",
"price": 0,
"price_postapoc": 4000,
"to_hit": -1,
@@ -40,9 +42,9 @@
"color": "dark_gray",
"covers": [ "head" ],
"coverage": 100,
- "encumbrance": 25,
+ "encumbrance": 30,
"warmth": 15,
- "material_thickness": 6,
+ "material_thickness": 9,
"environmental_protection": 3,
"techniques": [ "WBLOCK_1" ],
"flags": [ "VARSIZE", "WATERPROOF", "STURDY" ]
@@ -51,6 +53,7 @@
"id": "helmet_xlsurvivor",
"type": "ARMOR",
"name": { "str": "XL survivor helmet" },
+ "note": "Double the weight of a survivor helm for the same protection.",
"description": "A massive customized, heavily armored Kevlar helmet, modified with leather reinforcements to provide maximum comfort and protection from harm.",
"weight": "2840 g",
"volume": "6 L",
@@ -66,7 +69,7 @@
"coverage": 100,
"encumbrance": 50,
"warmth": 15,
- "material_thickness": 6,
+ "material_thickness": 9,
"environmental_protection": 3,
"techniques": [ "WBLOCK_1" ],
"flags": [ "OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY" ]
@@ -75,6 +78,7 @@
"id": "helmet_hsurvivor",
"type": "ARMOR",
"name": { "str": "heavy survivor helmet" },
+ "note": "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",
"volume": "2500 ml",
@@ -99,8 +103,9 @@
"id": "helmet_xlhsurvivor",
"type": "ARMOR",
"name": { "str": "XL heavy survivor helmet" },
+ "note": "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": "4224 g",
"volume": "6 L",
"price": 0,
"price_postapoc": 8000,