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 (#410)
* Add Mbot's Call Artillery Script plugin * Applied PR comments * Fix for wrong indentation, remove unused client skill check, added changelog item
This commit is contained in:
26
resources/plugins/artymbot/plugin.json
Normal file
26
resources/plugins/artymbot/plugin.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user