summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-02 16:56:44 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-02 16:56:44 -0800
commit42931f2390a5275490b615bfa6b102ace7992c59 (patch)
tree6dd7d5698bd8d82bd6b6f7c010e68d5fca02780c
parentUpdate readme. (diff)
downloadcataclysm-bn-mod_survivorheadgear-crafting-42931f2390a5275490b615bfa6b102ace7992c59.tar.xz
Add prices for the survivor hoods.
Convert note to // for compatibility.
-rw-r--r--json/items/armor/helmet.json10
-rw-r--r--json/items/armor/hoods.json12
2 files changed, 11 insertions, 11 deletions
diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json
index 422c7d9..386d48c 100644
--- a/json/items/armor/helmet.json
+++ b/json/items/armor/helmet.json
@@ -3,7 +3,7 @@
"id": "helmet_lsurvivor",
"type": "ARMOR",
"name": { "str": "light survivor helmet" },
- "note": "Roughly an improved tactical helmet.",
+ "//": "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",
@@ -28,7 +28,7 @@
"id": "helmet_survivor",
"type": "ARMOR",
"name": { "str": "survivor helmet" },
- "note": "Roughly an improved army helmet.",
+ "//": "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": "2000 ml",
@@ -53,7 +53,7 @@
"id": "helmet_xlsurvivor",
"type": "ARMOR",
"name": { "str": "XL survivor helmet" },
- "note": "Double the weight of a survivor helm for the same protection.",
+ "//": "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",
@@ -78,7 +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.",
+ "//": "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",
@@ -103,7 +103,7 @@
"id": "helmet_xlhsurvivor",
"type": "ARMOR",
"name": { "str": "XL heavy survivor helmet" },
- "note": "Double the weight of a heavy survivor helm for the same protection.",
+ "//": "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": "4224 g",
"volume": "6 L",
diff --git a/json/items/armor/hoods.json b/json/items/armor/hoods.json
index 89b9be4..38c9a42 100644
--- a/json/items/armor/hoods.json
+++ b/json/items/armor/hoods.json
@@ -6,8 +6,8 @@
"description": "A massive customized, heavily armored leather and Kevlar hood, designed to provide comfort and protection from harm.",
"weight": "1640 g",
"volume": "4500 ml",
- "price": 0,
- "price_postapoc": 5000,
+ "price": 58000,
+ "price_postapoc": 2500,
"to_hit": -1,
"bashing": 10,
"material": [ "kevlar", "leather" ],
@@ -30,8 +30,8 @@
"description": "A customized, heavily armored steel and Kevlar hood, designed to provide comfort and protection from harm.",
"weight": "1100 g",
"volume": "3250 ml",
- "price": 0,
- "price_postapoc": 5000,
+ "price": 58000,
+ "price_postapoc": 2500,
"to_hit": -1,
"bashing": 10,
"material": [ "kevlar", "steel", "leather" ],
@@ -54,8 +54,8 @@
"description": "A massive customized, heavily armored steel and Kevlar hood, designed to provide comfort and protection from harm.",
"weight": "2200 g",
"volume": "6 L",
- "price": 0,
- "price_postapoc": 6000,
+ "price": 58000,
+ "price_postapoc": 2500,
"to_hit": -1,
"bashing": 10,
"material": [ "kevlar", "steel", "leather" ],