From d6b125ad3bf6adecdbe55544d77ea546e32a5519 Mon Sep 17 00:00:00 2001 From: LaVeyanFiend Date: Fri, 11 Mar 2022 21:11:40 -0500 Subject: [PATCH] [DDotD] Go away M45A1 and M249 --- data/mods/classic_zombies/items/guns.json | 17 +++++++++++++++++ data/mods/classic_zombies/items/migration.json | 5 +++++ 2 files changed, 22 insertions(+) diff --git a/data/mods/classic_zombies/items/guns.json b/data/mods/classic_zombies/items/guns.json index ca8f10296ce4a..0557075114812 100644 --- a/data/mods/classic_zombies/items/guns.json +++ b/data/mods/classic_zombies/items/guns.json @@ -21,5 +21,22 @@ "name": { "str": "Browning Hi-Power" }, "copy-from": "hi_power_9mm", "description": "A licensed copy of the Browning Hi-Power, made by John Inglis and Company. Issued to officers and infantry in need of a weapon for confined spaces, this is chambered in 9x19 Parabellum." + }, + { + "//": "Simply renaming the pistol like the Hi-Power above doesn't work because of the variants, which the M45A1 is too modern to exist in DDotD" + "id": "m1911a1", + "copy-from": "m1911", + "looks_like": "glock_17", + "type": "GUN", + "name": { "str": "M1911A1" }, + "description": "This is a semi-automatic pistol, chambered in .45 ACP and accepting M1911 magazines.", + "ascii_picture": "m1911" + }, + { + "type": "GUN", + "id": "m249", + "name": { "str": "C9" }, + "copy-from": "m249", + "description": "A mountable machine gun used by Canadian infantry, feeding from a belt or STANAG magazines in a pinch. Quite inaccurate and difficult to control, the C9 is designed to fire many rounds very quickly." } ] diff --git a/data/mods/classic_zombies/items/migration.json b/data/mods/classic_zombies/items/migration.json index 68335b6a4c406..e3077142b0288 100644 --- a/data/mods/classic_zombies/items/migration.json +++ b/data/mods/classic_zombies/items/migration.json @@ -23,5 +23,10 @@ "id": "p320mag_21rd_9x19mm", "type": "MIGRATION", "replace": "bhp9mag_15rd" + }, + { + "id": [ "m1911" ], + "type": "MIGRATION", + "replace": "m1911a1" } ]