Add Strike mission to KA-50 and add appropriate payloads. (#3470)

This PR addresses #1434 by adding the Strike mission to KA-50 (both
playable variants) and adds appropriate default payloads.

#1434 requests DEAD mission type but that was already present.
This commit is contained in:
zhexu14 2024-11-30 17:59:40 +11:00 committed by GitHub
parent fefe57b75e
commit d0d22b3d21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 55 additions and 2 deletions

View File

@ -9,6 +9,7 @@ Saves from 12.x are not compatible with 12.1.0.
## Fixes ## Fixes
* **[Data]** Added/updated CBU weapons data. * **[Data]** Added/updated CBU weapons data.
* **[Data]** Added Strike mission type for KA-50 (all playable variants).
* **[Mission Generation]** Fixed crash when using factions that have Eastern callsign conventions. * **[Mission Generation]** Fixed crash when using factions that have Eastern callsign conventions.
# 12.0.0 # 12.0.0

View File

@ -97,7 +97,32 @@ local unitPayloads = {
}, },
}, },
["tasks"] = { ["tasks"] = {
[1] = 31, [1] = 29,
},
},
[5] = {
["displayName"] = "Liberation Strike",
["name"] = "Liberation Strike",
["pylons"] = {
[1] = {
["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
["num"] = 3,
},
[4] = {
["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
["num"] = 4,
},
},
["tasks"] = {
[1] = 32,
}, },
}, },
}, },

View File

@ -129,7 +129,32 @@ local unitPayloads = {
}, },
}, },
["tasks"] = { ["tasks"] = {
[1] = 31, [1] = 29,
},
},
[5] = {
["displayName"] = "Liberation Strike",
["name"] = "Liberation Strike",
["pylons"] = {
[1] = {
["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
["num"] = 3,
},
[4] = {
["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
["num"] = 4,
},
},
["tasks"] = {
[1] = 32,
}, },
}, },
}, },

View File

@ -28,5 +28,6 @@ tasks:
BAI: 430 BAI: 430
CAS: 430 CAS: 430
DEAD: 113 DEAD: 113
Strike: 200
OCA/Aircraft: 430 OCA/Aircraft: 430
hit_points: 15 hit_points: 15

View File

@ -28,5 +28,6 @@ tasks:
BAI: 440 BAI: 440
CAS: 440 CAS: 440
DEAD: 114 DEAD: 114
Strike: 200
OCA/Aircraft: 440 OCA/Aircraft: 440
hit_points: 15 hit_points: 15