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/magazine/000shot.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'json/items/magazine/000shot.json') diff --git a/json/items/magazine/000shot.json b/json/items/magazine/000shot.json index 53d6e57..ad60008 100644 --- a/json/items/magazine/000shot.json +++ b/json/items/magazine/000shot.json @@ -7,7 +7,8 @@ "description": "A removable plastic box magazine for the H&K CAWS shotgun. Holds 10 shells.", "weight": "210 g", "volume": "500 ml", - "price": 4500, + "price": 30000, + "price_postapoc": 175, "material": "plastic", "symbol": "#", "color": "dark_gray", @@ -24,7 +25,8 @@ "description": "A brass ammo belt for the H&K CAWS shotgun. Holds 20 shells.", "weight": "500 g", "volume": "500 ml", - "price": 10000, + "price": 30000, + "price_postapoc": 175, "material": "copper", "symbol": "#", "color": "light_gray", -- cgit v1.2.1