-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Canadianize the M16A3 and Browning Hi-Power
- Loading branch information
1 parent
fa8cde0
commit 30a5a61
Showing
2 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[ | ||
{ | ||
{ | ||
"id": "cell_phone", | ||
"type": "TOOL", | ||
"name": { "str": "cellphone" }, | ||
|
@@ -21,4 +21,4 @@ | |
} | ||
] | ||
} | ||
] | ||
] |