From 9ac7baa55d3a6b8f9613c5b055c78d08652eab7b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 27 Jun 2020 02:29:57 -0700 Subject: Reduce duplication of item references No longer require editing of 45.json --- json/items/magazine/40.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'json/items/magazine/40.json') diff --git a/json/items/magazine/40.json b/json/items/magazine/40.json index cd6fa13..f4736a3 100644 --- a/json/items/magazine/40.json +++ b/json/items/magazine/40.json @@ -1,19 +1,11 @@ [ { "id": "usp40mag", - "looks_like": "glock17_17", + "copy-from": "usp9mag", "type": "MAGAZINE", "name": { "str": "H&K USP .40 magazine" }, "description": "A standard capacity magazine for use with the H&K USP .40 handgun.", - "weight": "60 g", - "volume": "250 ml", - "price": 5900, - "material": "plastic", - "symbol": "#", - "color": "light_gray", "ammo_type": "40", - "capacity": 13, - "reliability": 10, - "flags": [ "MAG_COMPACT" ] -} + "capacity": 13 + } ] -- cgit v1.2.1