Skip to content

Commit

Permalink
[DDotD ]There was an attempt
Browse files Browse the repository at this point in the history
Canadianize the M16A3 and Browning Hi-Power
  • Loading branch information
TheShadowFerret committed Mar 12, 2022
1 parent fa8cde0 commit 30a5a61
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions data/mods/classic_zombies/items/guns.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[
{
"//": "The C7A1 is semi or full-auto with a 20 in. barrel, which it shares with the M16A3 it overrides.",
"id": "m16_ca",
"copy-from": "m16_auto_rifle",
"type": "GUN",
"name": { "str": "M16 auto rifle" },
"description": "The M16 is a very common assault rifle descended from the AR-15, used by militaries across the world for over 50 years. Unlike its more common brother, the M16 burst rifle, this one has full-auto capabilities. It is chambered in 5.56x45mm and accepts STANAG magazines.",
"variant_type": "gun",
"variants": [
{
"id": "c7a1",
"name": { "str": "C7A1" },
"description": "The C7A1 is the standard issue rifle for the Canadian military, manufactured by Diemaco. It is a gas operated, rotating bolt rifle known for its accuracy and controllable recoil."
}
]
},
{
"id": "hi_power_ca",
"copy-from": "hi_power_9mm",
"type": "GUN",
"name": { "str": "Browning Hi-Power 9x19mm" },
"description": "The Browning Hi-Power is a semi-automatic handgun developed shortly before the second world war. Widely issued since then, it remains in use by India, Canada and Australia. This is a commercial variant produced by John Inglis and Company in 9x19mm Parabellum.",
"variant_type": "gun",
"variants": [
{
"id": "inglis_hi_power",
"name": { "str": "Inglis Hi-Power" },
"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."
}
]
}
]
4 changes: 2 additions & 2 deletions data/mods/classic_zombies/items/redefinitions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{
{
"id": "cell_phone",
"type": "TOOL",
"name": { "str": "cellphone" },
Expand All @@ -21,4 +21,4 @@
}
]
}
]
]

0 comments on commit 30a5a61

Please sign in to comment.