From f5395ed2d0fda7e55bd5764ee038fcbc4fafb0bb Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 17 Oct 2021 00:49:13 -0700 Subject: Add some price_postapoc. --- json/items/armor/helmet.json | 15 ++++++++++----- json/items/armor/hoods.json | 9 ++++++--- 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" ], -- cgit v1.2.1