From e4fd5abf8c4b88f78075c70eeb23db2c9f5c6bfc Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 28 Aug 2024 19:10:26 -0700 Subject: Add n-round to the M26 magazines. --- json/items/magazine/shot.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'json/items/magazine/shot.json') diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json index 648e0fa..6587bb0 100644 --- a/json/items/magazine/shot.json +++ b/json/items/magazine/shot.json @@ -3,8 +3,8 @@ "id": "m26_mass_mag", "looks_like": "20x66_10_mag", "type": "MAGAZINE", - "name": { "str": "M26 MASS compact magazine" }, - "description": "A 3 round box magazine for use with the M26 MASS auxiliary shotgun.", + "name": { "str": "M26 MASS 3-round magazine" }, + "description": "A compact 3-round box magazine for use with the M26 MASS auxiliary shotgun.", "weight": "22 g", "volume": "38 ml", "price": "14 USD", @@ -20,8 +20,8 @@ "id": "m26_mass_mag_big", "copy-from": "m26_mass_mag", "type": "MAGAZINE", - "name": { "str": "M26 MASS magazine" }, - "description": "A 5 round box magazine for use with the M26 MASS auxiliary shotgun.", + "name": { "str": "M26 MASS 5-round magazine" }, + "description": "A standard 5-round box magazine for use with the M26 MASS auxiliary shotgun.", "weight": "36 g", "volume": "62 ml", "price": "17 USD", -- cgit v1.2.1