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/308.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'json/items/magazine/308.json') diff --git a/json/items/magazine/308.json b/json/items/magazine/308.json index 159ed01..dfed8b2 100644 --- a/json/items/magazine/308.json +++ b/json/items/magazine/308.json @@ -7,14 +7,15 @@ "description": "A standard 20-round double-stack box magazine for the Heckler & Koch HK417 rifle.", "weight": "90 g", "volume": "500 ml", - "price": 5600, - "price_postapoc": 250, + "price": "56 USD", + "price_postapoc": "250 cent", "material": [ "plastic" ], "symbol": "#", "color": "light_gray", "ammo_type": [ "308" ], - "flags": [ "MAG_COMPACT" ], - "capacity": 20 + "capacity": 20, + "reliability": 9, + "flags": [ "MAG_COMPACT" ] }, { "id": "hk417mag_10rd", @@ -24,8 +25,8 @@ "description": "A compact 10-round double-stack box magazine for the Heckler & Koch HK417 rifle.", "weight": "55 g", "volume": "250 ml", - "price": 5000, - "price_postapoc": 100, + "price": "50 USD", + "price_postapoc": "1 USD", "material": [ "plastic" ], "capacity": 10 }, @@ -52,14 +53,14 @@ }, { "id": "g3smallmag", - "looks_like": "g3mag", + "looks_like": "stanag20", "type": "MAGAZINE", "name": { "str": "H&K G3 10-round magazine" }, "description": "A compact 10-round box magazine for the Heckler & Koch G3 rifle.", "weight": "75 g", "volume": "250 ml", - "price": 4500, - "price_postapoc": 90, + "price": "45 USD", + "price_postapoc": "90 cent", "material": [ "aluminum" ], "symbol": "#", "color": "light_gray", -- cgit v1.2.1