mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
* EW Script 2.0 - Enable for AI * Refactor * Remove unnecessary code + refactor * Fix test -_- * Cleanup --------- Co-authored-by: Raffson <Raffson@users.noreply.github.com> Co-authored-by: Starfire13 <72491792+Starfire13@users.noreply.github.com>
23 lines
547 B
JSON
23 lines
547 B
JSON
{
|
|
"nameInUI": "EW Jammer Scipt 2.0",
|
|
"defaultValue": false,
|
|
"specificOptions": [
|
|
{
|
|
"nameInUI": "Require ECM pod",
|
|
"mnemonic": "ecm_required",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"nameInUI": "Enable AI Jammers",
|
|
"mnemonic": "ai_jammer_enabled",
|
|
"defaultValue": false
|
|
}
|
|
],
|
|
"scriptsWorkOrders": [
|
|
{
|
|
"file": "EW script 2.00.lua",
|
|
"mnemonic": "ewrj"
|
|
}
|
|
],
|
|
"configurationWorkOrders": []
|
|
} |