From 60f15cc59b888e9339548fc6ad016ab48d62fa8b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 15 Mar 2023 21:29:49 -0700 Subject: More MP5 and USP9 magazines. Also optimizations and bugfixes. --- json/items/magazine/shot.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'json/items/magazine/shot.json') diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json index ac22067..3095987 100644 --- a/json/items/magazine/shot.json +++ b/json/items/magazine/shot.json @@ -3,7 +3,7 @@ "id": "hk_caws_mag", "looks_like": "saiga10mag", "type": "MAGAZINE", - "name": { "str": "H&K CAWS box magazine" }, + "name": { "str": "H&K CAWS 10-round magazine" }, "description": "A removable plastic box magazine for the H&K CAWS shotgun. Holds 10 shells.", "weight": "210 g", "volume": "500 ml", @@ -13,8 +13,8 @@ "symbol": "#", "color": "dark_gray", "ammo_type": [ "shot" ], - "capacity": 10, "reliability": 9, - "flags": [ "MAG_COMPACT" ] + "flags": [ "MAG_COMPACT" ], + "capacity": 10 } ] -- cgit v1.2.1