RndName aa77cfe4b9 Add AirAssault and Airlift mission types with CTLD support
- Add the new airassault mission type and special flightplans for it
- Add the mission type to airbase and FOB
- Add Layout for the UH-1H
- Add mission type to capable squadrons
- Allow the auto planner to task air assault missions when preconditions are met
- Improve Airlift mission type and improve the flightplan (Stopover and Helo landing)
- Allow Slingload and spawnable crates for airlift
- Rework airsupport to a general missiondata class
- Added Carrier Information to mission data
- Allow to define CTLD specific capabilities in the unit yaml
- Allow inflight preload and fixed wing support for air assault
2022-06-09 22:45:29 +02:00

63 lines
1.6 KiB
JSON

{
"nameInUI": "CTLD",
"defaultValue": true,
"specificOptions": [
{
"nameInUI": "Tailor CTLD for the Liberation specific missions",
"mnemonic": "tailorctld",
"defaultValue": true
},
{
"nameInUI": "Create logistic unit in each pickup zone",
"mnemonic": "logisticunit",
"defaultValue": true
},
{
"nameInUI": "CTLD Use smoke in zones",
"mnemonic": "smoke",
"defaultValue": true
},
{
"nameInUI": "Automatically spawn crates for airlift",
"mnemonic": "airliftcrates",
"defaultValue": false
},
{
"nameInUI": "Use real sling loading",
"mnemonic": "slingload",
"defaultValue": false
},
{
"nameInUI": "JTAC Autolase",
"mnemonic": "autolase",
"defaultValue": true
},
{
"nameInUI": "JTAC Use smoke",
"mnemonic": "jtacsmoke",
"defaultValue": true
},
{
"nameInUI": "JTAC Use FC3 laser code (1113)",
"mnemonic": "fc3LaserCode",
"defaultValue": false
},
{
"nameInUI": "CTLD Debug",
"mnemonic": "debug",
"defaultValue": false
}
],
"scriptsWorkOrders": [
{
"file": "CTLD.lua",
"mnemonic": "ctld-script"
}
],
"configurationWorkOrders": [
{
"file": "ctld-config.lua",
"mnemonic": "ctld-config"
}
]
}