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:
Cedric Menard
2024-11-03 08:02:36 -05:00
committed by GitHub
parent e959933861
commit 2091fdbb27
11 changed files with 1111 additions and 1 deletions

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