summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-17 00:49:13 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-17 00:49:13 -0700
commitf5395ed2d0fda7e55bd5764ee038fcbc4fafb0bb (patch)
treed7fb3b78658f0356748e82bbbb8d486e5aff4fc0
parentUpdate modinfo (diff)
downloadcataclysm-dda-mod_survivorheadgear-crafting-f5395ed2d0fda7e55bd5764ee038fcbc4fafb0bb.tar.xz
Add some price_postapoc.
-rw-r--r--json/items/armor/helmet.json15
-rw-r--r--json/items/armor/hoods.json9
2 files changed, 16 insertions, 8 deletions
diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json
index 6e7d6f6..a37dc54 100644
--- a/json/items/armor/helmet.json
+++ b/json/items/armor/helmet.json
@@ -7,7 +7,8 @@
"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",
"volume": "1750 ml",
- "price": 58000,
+ "price": 0,
+ "price_postapoc": 3000,
"to_hit": -1,
"bashing": 10,
"material": [ "kevlar", "cotton" ],
@@ -31,7 +32,8 @@
"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",
- "price": 58000,
+ "price": 0,
+ "price_postapoc": 4000,
"to_hit": -1,
"bashing": 10,
"material": [ "kevlar", "leather" ],
@@ -55,7 +57,8 @@
"description": "A massive customized, heavily armored Kevlar helmet, modified with leather reinforcements to provide maximum comfort and protection from harm.",
"weight": "3060 g",
"volume": "6 L",
- "price": 58000,
+ "price": 0,
+ "price_postapoc": 6000,
"to_hit": -1,
"bashing": 10,
"material": [ "kevlar", "leather" ],
@@ -79,7 +82,8 @@
"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",
"volume": "2500 ml",
- "price": 58000,
+ "price": 0,
+ "price_postapoc": 6000,
"to_hit": -1,
"bashing": 10,
"material": [ "kevlar", "steel", "leather" ],
@@ -103,7 +107,8 @@
"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",
"volume": "6 L",
- "price": 58000,
+ "price": 0,
+ "price_postapoc": 8000,
"to_hit": -1,
"bashing": 10,
"material": [ "kevlar", "steel", "leather" ],
diff --git a/json/items/armor/hoods.json b/json/items/armor/hoods.json
index af4e3e8..af7ab7c 100644
--- a/json/items/armor/hoods.json
+++ b/json/items/armor/hoods.json
@@ -7,7 +7,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": 58000,
+ "price": 0,
+ "price_postapoc": 5000,
"to_hit": -1,
"bashing": 10,
"material": [ "kevlar", "leather" ],
@@ -31,7 +32,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": 58000,
+ "price": 0,
+ "price_postapoc": 5000,
"to_hit": -1,
"bashing": 10,
"material": [ "kevlar", "steel", "leather" ],
@@ -55,7 +57,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": 58000,
+ "price": 0,
+ "price_postapoc": 6000,
"to_hit": -1,
"bashing": 10,
"material": [ "kevlar", "steel", "leather" ],