diff --git a/changelog.md b/changelog.md index eec11d88b..dd6197f8a 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,7 @@ Saves from 12.x are not compatible with 12.1.0. ## Fixes * **[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. # 12.0.0 diff --git a/resources/customized_payloads/Ka-50.lua b/resources/customized_payloads/Ka-50.lua index 69c3a1925..5930215d8 100644 --- a/resources/customized_payloads/Ka-50.lua +++ b/resources/customized_payloads/Ka-50.lua @@ -97,7 +97,32 @@ local unitPayloads = { }, }, ["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, }, }, }, diff --git a/resources/customized_payloads/Ka-50_3.lua b/resources/customized_payloads/Ka-50_3.lua index 90ea41046..ff2bf3e91 100644 --- a/resources/customized_payloads/Ka-50_3.lua +++ b/resources/customized_payloads/Ka-50_3.lua @@ -129,7 +129,32 @@ local unitPayloads = { }, }, ["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, }, }, }, diff --git a/resources/units/aircraft/Ka-50.yaml b/resources/units/aircraft/Ka-50.yaml index 25fd993a1..be78356cc 100644 --- a/resources/units/aircraft/Ka-50.yaml +++ b/resources/units/aircraft/Ka-50.yaml @@ -28,5 +28,6 @@ tasks: BAI: 430 CAS: 430 DEAD: 113 + Strike: 200 OCA/Aircraft: 430 hit_points: 15 diff --git a/resources/units/aircraft/Ka-50_3.yaml b/resources/units/aircraft/Ka-50_3.yaml index 433ea6c30..d9508f3b8 100644 --- a/resources/units/aircraft/Ka-50_3.yaml +++ b/resources/units/aircraft/Ka-50_3.yaml @@ -28,5 +28,6 @@ tasks: BAI: 440 CAS: 440 DEAD: 114 + Strike: 200 OCA/Aircraft: 440 hit_points: 15