diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-28 19:07:03 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-28 19:07:03 -0700 |
commit | 4aff51a20dd6bcc0947bfcb95b33fed553786719 (patch) | |
tree | 2631c6af8354dffd1c098391e772a16b61c848db /json/items/magazine/9mm.json | |
parent | Clean up some magazine descriptions. (diff) | |
download | cataclysm-bn-mod_hk-loadout-4aff51a20dd6bcc0947bfcb95b33fed553786719.tar.xz |
Remove n-round from maagzine names when no alternate magazine exists.
Diffstat (limited to 'json/items/magazine/9mm.json')
-rw-r--r-- | json/items/magazine/9mm.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/json/items/magazine/9mm.json b/json/items/magazine/9mm.json index 609585f..9311d24 100644 --- a/json/items/magazine/9mm.json +++ b/json/items/magazine/9mm.json @@ -66,7 +66,7 @@ "id": "p309mag", "copy-from": "usp9mag", "type": "MAGAZINE", - "name": { "str": "H&K P30 9x19mm 15-round magazine" }, + "name": { "str": "H&K P30 9x19mm magazine" }, "description": "A standard 15-round box magazine for use with the Heckler & Koch P30 9x19mm pistol." }, { @@ -132,7 +132,7 @@ "copy-from": "mp5mag", "type": "MAGAZINE", "name": { "str": "H&K MP5 38-round magazine" }, - "description": "An expanded-capacity 38-round magazine for use with the Heckler & Koch MP5 SMG.", + "description": "An expanded-capacity 38-round curved magazine for use with the Heckler & Koch MP5 SMG.", "weight": "266 g", "volume": "633 ml", "price": 4500, @@ -144,7 +144,7 @@ "copy-from": "mp5mag", "type": "MAGAZINE", "name": { "str": "H&K MP5 20-round magazine" }, - "description": "A compact 20-round magazine for use with the Heckler & Koch MP5 SMG.", + "description": "A compact 20-round curved magazine for use with the Heckler & Koch MP5 SMG.", "weight": "128 g", "volume": "172 ml", "price": 3500, @@ -156,7 +156,7 @@ "copy-from": "mp5mag", "type": "MAGAZINE", "name": { "str": "H&K MP5 15-round magazine" }, - "description": "A compact 15-round magazine for use with the Heckler & Koch MP5 SMG.", + "description": "A compact 15-round curved magazine for use with the Heckler & Koch MP5 SMG.", "weight": "96 g", "volume": "129 ml", "price": 3000, @@ -168,7 +168,7 @@ "copy-from": "mp5mag", "type": "MAGAZINE", "name": { "str": "H&K MP5 10-round magazine" }, - "description": "A very compact 10-round magazine for use with the Heckler & Koch MP5 SMG.", + "description": "A very compact 10-round curved magazine for use with the Heckler & Koch MP5 SMG.", "weight": "64 g", "volume": "86 ml", "price": 2500, @@ -179,7 +179,7 @@ "id": "ump9mag", "copy-from": "ump45mag", "type": "MAGAZINE", - "name": { "str": "H&K UMP9 30-round magazine" }, + "name": { "str": "H&K UMP9 magazine" }, "description": "A standard 30-round curved box magazine for use with the Heckler & Koch UMP9 SMG.", "weight": "200 g", "ammo_type": [ "9mm" ], |