-
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.
- Loading branch information
1 parent
9771430
commit c16f60b
Showing
3 changed files
with
14 additions
and
16 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
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
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,25 +1,25 @@ | ||
[ | ||
{ | ||
"type": "GUN", | ||
"//": "The C7A1 is semi or full-auto with a 20 in. barrel, which it shares with the M16A3 it overrides.", | ||
"id": "c7a1", | ||
"copy-from": "m16_auto_rifle", | ||
"type": "GUN", | ||
"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." | ||
}, | ||
{ | ||
"type": "GUN", | ||
"id": "c8_carbine", | ||
"copy-from": "m4_carbine", | ||
"looks_like": "ar15", | ||
"type": "GUN", | ||
"name": { "str": "C8" }, | ||
"description": "A carbine variant of the C7A1, recently introduced by the Canadian armed forces. Though accurate, small, and lightweight, it is infamous for its unreliability when not properly maintained. It is chambered in 5.56x45mm and accepts STANAG magazines." | ||
}, | ||
{ | ||
"id": "hi_power_9mm", | ||
"copy-from": "hi_power_9mm", | ||
"type": "GUN", | ||
"id": "hi_power_9mm", | ||
"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." | ||
} | ||
] |