mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add ECM pod to Viper A2G loadouts.
Didn't add to the A2A loadouts since the ECM interferes with radar operation and is otherwise weight and drag. It does have a radar priority mode though, so maybe it should be added there too? https://github.com/dcs-liberation/dcs_liberation/issues/1868
This commit is contained in:
parent
d81c6a0426
commit
c0dfa77d76
@ -5,7 +5,7 @@ local unitPayloads = {
|
||||
["name"] = "CAS",
|
||||
["pylons"] = {
|
||||
[1] = {
|
||||
["CLSID"] = "<CLEAN>",
|
||||
["CLSID"] = "ALQ_184",
|
||||
["num"] = 5,
|
||||
},
|
||||
[2] = {
|
||||
@ -80,7 +80,7 @@ local unitPayloads = {
|
||||
["num"] = 11,
|
||||
},
|
||||
[8] = {
|
||||
["CLSID"] = "<CLEAN>",
|
||||
["CLSID"] = "ALQ_184",
|
||||
["num"] = 5,
|
||||
},
|
||||
},
|
||||
@ -166,7 +166,7 @@ local unitPayloads = {
|
||||
["num"] = 7,
|
||||
},
|
||||
[9] = {
|
||||
["CLSID"] = "<CLEAN>",
|
||||
["CLSID"] = "ALQ_184",
|
||||
["num"] = 5,
|
||||
},
|
||||
[10] = {
|
||||
@ -198,7 +198,7 @@ local unitPayloads = {
|
||||
["num"] = 6,
|
||||
},
|
||||
[5] = {
|
||||
["CLSID"] = "<CLEAN>",
|
||||
["CLSID"] = "ALQ_184",
|
||||
["num"] = 5,
|
||||
},
|
||||
[6] = {
|
||||
@ -271,7 +271,7 @@ local unitPayloads = {
|
||||
["num"] = 11,
|
||||
},
|
||||
[10] = {
|
||||
["CLSID"] = "<CLEAN>",
|
||||
["CLSID"] = "ALQ_184",
|
||||
["num"] = 5,
|
||||
},
|
||||
[11] = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user