mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
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:
parent
fefe57b75e
commit
d0d22b3d21
@ -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
|
||||||
|
|||||||
@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user