diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-28 23:21:39 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-28 23:21:39 -0700 |
commit | e1fdd264ea9b9d3a2db2ec3e19412ba20853856f (patch) | |
tree | e6a4cb5bf4fc3a0525acd35bd9cdf44755928933 | |
parent | Remove n-round from maagzine names when no alternate magazine exists. (diff) | |
download | cataclysm-bn-mod_hk-loadout-e1fdd264ea9b9d3a2db2ec3e19412ba20853856f.tar.xz |
Also remove n-round from magazine names if the only other magazine is makeshift.
-rw-r--r-- | json/items/magazine/308.json | 4 | ||||
-rw-r--r-- | json/items/magazine/40.json | 2 | ||||
-rw-r--r-- | json/items/magazine/45.json | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/json/items/magazine/308.json b/json/items/magazine/308.json index 71d6967..159ed01 100644 --- a/json/items/magazine/308.json +++ b/json/items/magazine/308.json @@ -33,7 +33,7 @@ "id": "hk417_makeshiftmag", "copy-from": "hk417_makeshiftmag", "type": "MAGAZINE", - "name": { "str": "H&K HK417 5-round makeshift magazine" }, + "name": { "str": "H&K HK417 makeshift magazine" }, "description": "An improvised 5-round single-stack box magazine consisting of little more than a bent sheet of steel held together by duct tape and hope, for use with the Heckler & Koch HK417 rifle." }, { @@ -72,7 +72,7 @@ "id": "g3_makeshiftmag", "copy-from": "g3_makeshiftmag", "type": "MAGAZINE", - "name": { "str": "H&K G3 5-round makeshift magazine" }, + "name": { "str": "H&K G3 makeshift magazine" }, "description": "An improvised 5-round single-stack box magazine consisting of little more than a bent sheet of steel held together by duct tape and hope, for use with the Heckler & Koch G3 rifle." } ] diff --git a/json/items/magazine/40.json b/json/items/magazine/40.json index a48d946..aba7e38 100644 --- a/json/items/magazine/40.json +++ b/json/items/magazine/40.json @@ -20,7 +20,7 @@ "copy-from": "ump45mag", "type": "MAGAZINE", "name": { "str": "H&K UMP40 magazine" }, - "description": "A standard 30-round box magazine for use with the Heckler & Koch UMP40 SMG.", + "description": "A standard 30-round curved box magazine for use with the Heckler & Koch UMP40 SMG.", "weight": "200 g", "ammo_type": [ "40" ], "capacity": 30 diff --git a/json/items/magazine/45.json b/json/items/magazine/45.json index 498bf07..67b28c2 100644 --- a/json/items/magazine/45.json +++ b/json/items/magazine/45.json @@ -3,8 +3,8 @@ "id": "ump45mag", "looks_like": "mp5mag", "type": "MAGAZINE", - "name": { "str": "H&K UMP45 25-round magazine" }, - "description": "A standard 25-round box magazine for use with the Heckler & Koch UMP45 SMG.", + "name": { "str": "H&K UMP45 magazine" }, + "description": "A standard 25-round straight box magazine for use with the Heckler & Koch UMP45 SMG.", "weight": "200 g", "volume": "500 ml", "price": 4950, @@ -20,7 +20,7 @@ "id": "ump45_makeshiftmag", "copy-from": "ump45_makeshiftmag", "type": "MAGAZINE", - "name": { "str": "H&K UMP45 20-round makeshift magazine" }, + "name": { "str": "H&K UMP45 makeshift magazine" }, "description": "An improvised 20-round single-stack box magazine consisting of little more than a bent sheet of steel held together by duct tape and hope, for use with the Heckler & Koch UMP45 SMG." }, { |