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