mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
moved ground interceptions to the frontline; added ka-50; added close to the CP ground attack operations; added missing loadouts
This commit is contained in:
19
resources/payloads/Tu-95MS.lua
Normal file
19
resources/payloads/Tu-95MS.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
local unitPayloads = {
|
||||
["name"] = "Tu-95MS",
|
||||
["payloads"] = {
|
||||
[1] = {
|
||||
["name"] = "Kh-65*6",
|
||||
["pylons"] = {
|
||||
[1] = {
|
||||
["CLSID"] = "{0290F5DE-014A-4BB1-9843-D717749B1DED}",
|
||||
["num"] = 1,
|
||||
},
|
||||
},
|
||||
["tasks"] = {
|
||||
[1] = 33,
|
||||
},
|
||||
},
|
||||
},
|
||||
["unitType"] = "Tu-95MS",
|
||||
}
|
||||
return unitPayloads
|
||||
Reference in New Issue
Block a user