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/hoods.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'json/items/armor/hoods.json') 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