Improved the F-104G CAP loadout.

Replace hydra pods with more AIM-9s.
This commit is contained in:
MetalStormGhost 2022-01-02 00:20:28 +02:00 committed by GitHub
parent 1bad0f045e
commit 641c21627e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,29 +6,29 @@ local unitPayloads = {
["name"] = "CAP", ["name"] = "CAP",
["pylons"] = { ["pylons"] = {
[1] = { [1] = {
["CLSID"] = "VSN_F104G_L_PTB", ["CLSID"] = "{AIM-9L}",
["num"] = 2,
},
[2] = {
["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
["num"] = 8,
},
[3] = {
["CLSID"] = "VSN_F104G_R_PTB",
["num"] = 10,
},
[4] = {
["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
["num"] = 4, ["num"] = 4,
}, },
[5] = { [2] = {
["CLSID"] = "{AIM-9L}", ["CLSID"] = "{AIM-9L}",
["num"] = 5, ["num"] = 5,
}, },
[6] = { [3] = {
["CLSID"] = "{AIM-9L}", ["CLSID"] = "{AIM-9L}",
["num"] = 7, ["num"] = 7,
}, },
[4] = {
["CLSID"] = "{AIM-9L}",
["num"] = 8,
},
[5] = {
["CLSID"] = "VSN_F104G_R_PTB",
["num"] = 10,
},
[6] = {
["CLSID"] = "VSN_F104G_L_PTB",
["num"] = 2,
},
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,