Cedric Menard 2091fdbb27
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
2024-11-03 13:02:36 +00:00

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"
]
}