diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-02 11:49:53 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-02 11:49:53 -0800 |
commit | 53fd457f8cb081b73e755844d1878de699a76a8d (patch) | |
tree | f574909de1cdf04bc8bd01b8cbeebb482a560d46 /json/items/magazine/40.json | |
parent | Reduce plastic chunks per 25 pack of 473 ammo molds from 4 to 2. (diff) | |
download | cataclysm-bn-mod_hk-loadout-53fd457f8cb081b73e755844d1878de699a76a8d.tar.xz |
Diffstat (limited to 'json/items/magazine/40.json')
-rw-r--r-- | json/items/magazine/40.json | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/json/items/magazine/40.json b/json/items/magazine/40.json index aba7e38..4c98dfd 100644 --- a/json/items/magazine/40.json +++ b/json/items/magazine/40.json @@ -1,11 +1,20 @@ [ { "id": "usp40mag", - "copy-from": "usp9mag", + "looks_like": "usp9mag", "type": "MAGAZINE", "name": { "str": "H&K USP .40 magazine" }, "description": "A standard 13-round magazine for use with the Heckler & Koch USP .40 handgun.", + "weight": "75 g", + "volume": "250 ml", + "price": 3850, + "price_postapoc": 100, + "material": [ "steel" ], + "symbol": "#", + "color": "light_gray", "ammo_type": [ "40" ], + "reliability": 10, + "flags": [ "MAG_COMPACT" ], "capacity": 13 }, { @@ -17,12 +26,20 @@ }, { "id": "ump40mag", - "copy-from": "ump45mag", + "looks_like": "ump45mag", "type": "MAGAZINE", "name": { "str": "H&K UMP40 magazine" }, "description": "A standard 30-round curved box magazine for use with the Heckler & Koch UMP40 SMG.", "weight": "200 g", + "volume": "500 ml", + "price": "4950 cent", + "price_postapoc": "1 USD", + "material": "steel", + "symbol": "#", + "color": "light_gray", "ammo_type": [ "40" ], - "capacity": 30 + "capacity": 30, + "reliability": 9, + "flags": [ "MAG_COMPACT" ] } ] |