Skip to content

Commit

Permalink
[DDotD] Go away M45A1 and M249
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShadowFerret committed Mar 20, 2022
1 parent fcbac49 commit d6b125a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions data/mods/classic_zombies/items/guns.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]
5 changes: 5 additions & 0 deletions data/mods/classic_zombies/items/migration.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@
"id": "p320mag_21rd_9x19mm",
"type": "MIGRATION",
"replace": "bhp9mag_15rd"
},
{
"id": [ "m1911" ],
"type": "MIGRATION",
"replace": "m1911a1"
}
]

0 comments on commit d6b125a

Please sign in to comment.