diff options
| -rw-r--r-- | json/items/magazine/shot.json | 18 | 
1 files changed, 9 insertions, 9 deletions
diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json index 0bcb2a0..648e0fa 100644 --- a/json/items/magazine/shot.json +++ b/json/items/magazine/shot.json @@ -5,11 +5,11 @@      "type": "MAGAZINE",      "name": { "str": "M26 MASS compact magazine" },      "description": "A 3 round box magazine for use with the M26 MASS auxiliary shotgun.", -    "weight": "140 g", -    "volume": "250 ml", -    "price": "200 USD", -    "price_postapoc": "125 cent", -    "material": [ "steel", "plastic" ], +    "weight": "22 g", +    "volume": "38 ml", +    "price": "14 USD", +    "price_postapoc": "1 USD", +    "material": [ "plastic" ],      "symbol": "#",      "color": "dark_gray",      "ammo_type": [ "shot" ], @@ -22,10 +22,10 @@      "type": "MAGAZINE",      "name": { "str": "M26 MASS magazine" },      "description": "A 5 round box magazine for use with the M26 MASS auxiliary shotgun.", -    "weight": "210 g", -    "volume": "250 ml", -    "price": "200 USD", -    "price_postapoc": "250 cent", +    "weight": "36 g", +    "volume": "62 ml", +    "price": "17 USD", +    "price_postapoc": "1 USD",      "capacity": 5    }  ]  | 
