From 53fd457f8cb081b73e755844d1878de699a76a8d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 2 Jan 2025 11:49:53 -0800 Subject: Various formatting fixes I found while porting this mod. --- json/items/magazine/shot.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'json/items/magazine/shot.json') diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json index 1f57f67..0fcd4e8 100644 --- a/json/items/magazine/shot.json +++ b/json/items/magazine/shot.json @@ -7,14 +7,14 @@ "description": "A standard 10-round box magazine for the Heckler & Koch CAWS shotgun.", "weight": "210 g", "volume": "500 ml", - "price": 30000, - "price_postapoc": 175, + "price": "300 USD", + "price_postapoc": "175 cent", "material": [ "plastic" ], "symbol": "#", "color": "dark_gray", "ammo_type": [ "shot" ], + "capacity": 10, "reliability": 9, - "flags": [ "MAG_COMPACT" ], - "capacity": 10 + "flags": [ "MAG_COMPACT" ] } ] -- cgit v1.2.1