mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Improved the F-104G CAP loadout.
Replace hydra pods with more AIM-9s.
This commit is contained in:
parent
1bad0f045e
commit
641c21627e
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user