mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
123 lines
3.8 KiB
JSON
123 lines
3.8 KiB
JSON
{
|
|
"nameInUI": "Skynet IADS",
|
|
"defaultValue": true,
|
|
"specificOptions": [
|
|
{
|
|
"nameInUI": "create IADS for RED coalition",
|
|
"mnemonic": "createRedIADS",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"nameInUI": "create IADS for BLUE coalition",
|
|
"mnemonic": "createBlueIADS",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"nameInUI": "Include RED IADS in radio menu",
|
|
"mnemonic": "includeRedInRadio",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"nameInUI": "Include BLUE IADS in radio menu",
|
|
"mnemonic": "includeBlueInRadio",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"nameInUI": "Generate debug information for RED IADS",
|
|
"mnemonic": "debugRED",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"nameInUI": "Generate debug information for BLUE IADS",
|
|
"mnemonic": "debugBLUE",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"nameInUI": "Enable Mobile SAMs SHORAD (SA-8/9/13/15/19)",
|
|
"mnemonic": "actMobile",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"nameInUI": "Maximum emission time (s) for Mobile SHORAD",
|
|
"mnemonic": "actMobileMaxEmissionTime",
|
|
"defaultValue": 30
|
|
},
|
|
{
|
|
"nameInUI": "Minimum scoot distance (m) for Mobile SHORAD",
|
|
"mnemonic": "actMobileMinimumScootDistance",
|
|
"defaultValue": 300
|
|
},
|
|
{
|
|
"nameInUI": "Maximum scoot distance (m) for Mobile SHORAD",
|
|
"mnemonic": "actMobileMaximumScootDistance",
|
|
"defaultValue": 500
|
|
},
|
|
{
|
|
"nameInUI": "Exclude SA-15",
|
|
"mnemonic": "actMobile_exclude_SA15",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"nameInUI": "Enable Mobile SAMs MERAD (SA-6/11/17)",
|
|
"mnemonic": "actMobile_merad",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"nameInUI": "Maximum emission time (s) for Mobile MERAD",
|
|
"mnemonic": "actMobileMaxEmissionTime_merad",
|
|
"defaultValue": 120
|
|
},
|
|
{
|
|
"nameInUI": "Minimum scoot distance (m) for Mobile MERAD",
|
|
"mnemonic": "actMobileMinimumScootDistance_merad",
|
|
"defaultValue": 500
|
|
},
|
|
{
|
|
"nameInUI": "Maximum scoot distance (m) for Mobile MERAD",
|
|
"mnemonic": "actMobileMaximumScootDistance_merad",
|
|
"defaultValue": 3000
|
|
},
|
|
{
|
|
"nameInUI": "Adjust default SAMs GoLiveRange",
|
|
"mnemonic": "adjustGoLiveRange",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"nameInUI": "SA-5 GoLiveRange (% max interceptor range)",
|
|
"mnemonic": "adjustGoLiveRange_SA5",
|
|
"defaultValue": 100
|
|
},
|
|
{
|
|
"nameInUI": "SA-10 GoLiveRange (% max interceptor range)",
|
|
"mnemonic": "adjustGoLiveRange_SA10",
|
|
"defaultValue": 100
|
|
},
|
|
{
|
|
"nameInUI": "SA-17 GoLiveRange (% max interceptor range)",
|
|
"mnemonic": "adjustGoLiveRange_SA17",
|
|
"defaultValue": 100
|
|
},
|
|
{
|
|
"nameInUI": "SA-20 GoLiveRange (% max interceptor range)",
|
|
"mnemonic": "adjustGoLiveRange_SA20",
|
|
"defaultValue": 100
|
|
},
|
|
{
|
|
"nameInUI": "SA-23 GoLiveRange (% max interceptor range)",
|
|
"mnemonic": "adjustGoLiveRange_SA23",
|
|
"defaultValue": 100
|
|
}
|
|
],
|
|
"scriptsWorkOrders": [
|
|
{
|
|
"file": "skynet-iads-compiled.lua",
|
|
"mnemonic": "skynetiads-script"
|
|
}
|
|
],
|
|
"configurationWorkOrders": [
|
|
{
|
|
"file": "skynetiads-config.lua",
|
|
"mnemonic": "skynetiads-config"
|
|
}
|
|
]
|
|
} |