Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 7 commits into from
Nov 30, 2024
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 26 additions & 1 deletion resources/customized_payloads/Ka-50.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
},
Expand Down
27 changes: 26 additions & 1 deletion resources/customized_payloads/Ka-50_3.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
},
Expand Down
1 change: 1 addition & 0 deletions resources/units/aircraft/Ka-50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ tasks:
BAI: 430
CAS: 430
DEAD: 113
Strike: 200
OCA/Aircraft: 430
hit_points: 15
1 change: 1 addition & 0 deletions resources/units/aircraft/Ka-50_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ tasks:
BAI: 440
CAS: 440
DEAD: 114
Strike: 200
OCA/Aircraft: 440
hit_points: 15