-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CJS Super hornet mod support update (#3376)
In this PR: - Added EA-18G payload (made by @sgtfuzzle17) - Added FA-18E payload (made by @sgtfuzzle17) - Added FA-18F payload (made by @sgtfuzzle17) - Corrected typo on my name - Added SEAD Escort task to EA-18G.yaml
- Loading branch information
Showing
5 changed files
with
981 additions
and
1 deletion.
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,53 @@ | ||
local unitPayloads = { | ||
["name"] = "EA-18G", | ||
["payloads"] = { | ||
[1] = { | ||
["name"] = "Retribution SEAD", | ||
["pylons"] = { | ||
[1] = { | ||
["CLSID"] = "{FPU_12_FUEL_TANKHighVis}", | ||
["num"] = 9, | ||
}, | ||
[2] = { | ||
["CLSID"] = "{ALQ-99Wing}", | ||
["num"] = 8, | ||
}, | ||
[3] = { | ||
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}", | ||
["num"] = 7, | ||
}, | ||
[4] = { | ||
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", | ||
["num"] = 6, | ||
}, | ||
[5] = { | ||
["CLSID"] = "{ALQ-99Center}", | ||
["num"] = 5, | ||
}, | ||
[6] = { | ||
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", | ||
["num"] = 4, | ||
}, | ||
[7] = { | ||
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}", | ||
["num"] = 3, | ||
}, | ||
[8] = { | ||
["CLSID"] = "{ALQ-99Wing}", | ||
["num"] = 2, | ||
}, | ||
[9] = { | ||
["CLSID"] = "{FPU_12_FUEL_TANKHighVis}", | ||
["num"] = 1, | ||
}, | ||
}, | ||
["tasks"] = { | ||
[1] = 11, | ||
}, | ||
}, | ||
}, | ||
["tasks"] = { | ||
}, | ||
["unitType"] = "EA-18G", | ||
} | ||
return unitPayloads |
Oops, something went wrong.