diff options
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" ] } ] |