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/45.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/45.json')
-rw-r--r-- | json/items/magazine/45.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/json/items/magazine/45.json b/json/items/magazine/45.json index 67b28c2..65c9f52 100644 --- a/json/items/magazine/45.json +++ b/json/items/magazine/45.json @@ -7,14 +7,15 @@ "description": "A standard 25-round straight box magazine for use with the Heckler & Koch UMP45 SMG.", "weight": "200 g", "volume": "500 ml", - "price": 4950, - "price_postapoc": 100, + "price": "4950 cent", + "price_postapoc": "1 USD", "material": [ "plastic", "steel" ], "symbol": "#", "color": "light_gray", "ammo_type": [ "45" ], - "flags": [ "MAG_COMPACT" ], - "capacity": 25 + "capacity": 25, + "reliability": 9, + "flags": [ "MAG_COMPACT" ] }, { "id": "ump45_makeshiftmag", @@ -31,15 +32,15 @@ "description": "A standard 12-round magazine for use with the Heckler & Koch USP .45 handgun.", "weight": "60 g", "volume": "250 ml", - "price": 5900, - "price_postapoc": 100, + "price": "59 USD", + "price_postapoc": "1 USD", "material": [ "plastic" ], "symbol": "#", "color": "light_gray", "ammo_type": [ "45" ], + "capacity": 12, "reliability": 10, - "flags": [ "MAG_COMPACT" ], - "capacity": 12 + "flags": [ "MAG_COMPACT" ] }, { "id": "hk45mag", |