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/shot.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/shot.json')
-rw-r--r-- | json/items/magazine/shot.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json index 1f57f67..0fcd4e8 100644 --- a/json/items/magazine/shot.json +++ b/json/items/magazine/shot.json @@ -7,14 +7,14 @@ "description": "A standard 10-round box magazine for the Heckler & Koch CAWS shotgun.", "weight": "210 g", "volume": "500 ml", - "price": 30000, - "price_postapoc": 175, + "price": "300 USD", + "price_postapoc": "175 cent", "material": [ "plastic" ], "symbol": "#", "color": "dark_gray", "ammo_type": [ "shot" ], + "capacity": 10, "reliability": 9, - "flags": [ "MAG_COMPACT" ], - "capacity": 10 + "flags": [ "MAG_COMPACT" ] } ] |