From 473f1a55c65e79811dda6f4078284c08ce47e789 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 17 Oct 2021 00:30:56 -0700 Subject: Clean up prices, add postapoc prices. --- json/items/gun/308.json | 2 ++ json/items/gun/46.json | 1 + json/items/gun/473.json | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) (limited to 'json/items/gun') diff --git a/json/items/gun/308.json b/json/items/gun/308.json index 3da789e..020bf52 100644 --- a/json/items/gun/308.json +++ b/json/items/gun/308.json @@ -15,6 +15,7 @@ "weight": "6670 g", "volume": "2250 ml", "price": 205000, + "price_postapoc": 3850, "to_hit": -1, "bashing": 12, "material": [ "steel", "plastic" ], @@ -38,6 +39,7 @@ "weight": "5280 g", "volume": "2250 ml", "price": 255000, + "price_postapoc": 4750, "barrel_length": "600 ml", "default_mods": [ "rifle_scope", "adjustable_stock" ] } diff --git a/json/items/gun/46.json b/json/items/gun/46.json index 30f7081..fd877ee 100644 --- a/json/items/gun/46.json +++ b/json/items/gun/46.json @@ -8,6 +8,7 @@ "weight": "730 g", "volume": "500 ml", "price": 125000, + "price_postapoc": 2150, "to_hit": -2, "bashing": 6, "material": [ "steel", "plastic" ], diff --git a/json/items/gun/473.json b/json/items/gun/473.json index 233da80..cc72d7f 100644 --- a/json/items/gun/473.json +++ b/json/items/gun/473.json @@ -8,7 +8,8 @@ "weight": "3650 g", "volume": "1750 ml", "looks_like": "rm51_assault_rifle", - "price": 1800000, + "price": 1500000, + "price_postapoc": 10000, "to_hit": -1, "bashing": 12, "material": [ "steel", "plastic" ], -- cgit v1.2.1