Add the SH-60B Seahawk into the game.

It was requested in #759, and also carries the Penguin AShM, which could be fun.
This commit is contained in:
Simon Clark
2021-01-12 12:27:31 +00:00
parent a1136953d0
commit abbb046566
11 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
local unitPayloads = {
["name"] = "SH-60B",
["payloads"] = {
[1] = {
["name"] = "ANTISHIP",
["pylons"] = {
[1] = {
["CLSID"] = "{7B8DCEB4-820B-4015-9B48-1028A4195692}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 30,
},
},
["unitType"] = "SH-60B",
}
return unitPayloads

View File

@@ -6,6 +6,7 @@
"aircrafts": [
"FA_18C_hornet",
"UH_1H",
"SH_60B",
"AH_1W"
],
"awacs": [

View File

@@ -13,6 +13,7 @@
"A_10C",
"AV8BNA",
"UH_1H",
"SH_60B",
"AH_64D",
"Ka_50",
"B_52H",

View File

@@ -13,6 +13,7 @@
"A_10A",
"AV8BNA",
"UH_1H",
"SH_60B",
"AH_64A",
"B_52H",
"B_1B",

View File

@@ -13,6 +13,7 @@
"A_10C_2",
"AV8BNA",
"UH_1H",
"SH_60B",
"AH_64D",
"B_52H",
"B_1B",

View File

@@ -13,6 +13,7 @@
"A_10C_2",
"AV8BNA",
"UH_1H",
"SH_60B",
"AH_64D",
"B_52H",
"B_1B",

View File

@@ -13,6 +13,7 @@
"A_10C_2",
"AV8BNA",
"UH_1H",
"SH_60B",
"AH_64D",
"B_52H",
"B_1B",

View File

@@ -9,6 +9,7 @@
"F_14B",
"S_3B",
"UH_1H",
"SH_60B",
"AH_1W"
],
"awacs": [

View File

@@ -218,6 +218,9 @@
"SA342Mistral": [{
"default": "SA 342M Gazelle Mistral"
}],
"SH-60B": [{
"default": "SH-60B Seahawk"
}],
"SpitfireLFMkIX": [{
"default": "Spitfire LF Mk IX"
}],