mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
* Add Mbot's Call Artillery Script plugin * Applied PR comments * Fix for wrong indentation, remove unused client skill check, added changelog item
27 lines
592 B
JSON
27 lines
592 B
JSON
{
|
|
"nameInUI": "Mbot Call Artillery Script",
|
|
"defaultValue": false,
|
|
"specificOptions": [
|
|
{
|
|
"nameInUI": "Enable ship artillery",
|
|
"mnemonic": "shipArtilleryEnable",
|
|
"defaultValue": true
|
|
}
|
|
],
|
|
"scriptsWorkOrders": [
|
|
{
|
|
"file": "CallArtilleryScript.lua",
|
|
"mnemonic": "artymbot"
|
|
}
|
|
],
|
|
"configurationWorkOrders": [
|
|
{
|
|
"file": "artymbot-config.lua",
|
|
"mnemonic": "artymbot-config"
|
|
}
|
|
],
|
|
"otherResourceFiles": [
|
|
"beep.wav"
|
|
]
|
|
}
|