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/308.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/308.json')
-rw-r--r-- | json/items/magazine/308.json | 19 |
1 files changed, 10 insertions, 9 deletions
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", |