From 6f91aeea7760b7a3719b60c455a4fa33b0b8dcfe Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 4 Jun 2024 13:18:30 -0700 Subject: Reduce the weight and volume of M26 magazines. --- json/items/magazine/shot.json | 18 +++++++++--------- 1 file 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 } ] -- cgit v1.2.1