Support for Carsten's Arty Spotter script (#357)

* Added Cartsens Arty Script

* Added Options to Arty script

Added all options and for configuration.

* Carstens Arty Spotter with options

* Finishing touch

---------

Co-authored-by: Raffson <Raffson@users.noreply.github.com>
This commit is contained in:
Turbolious
2024-07-01 14:43:17 -05:00
committed by GitHub
parent d0a1a01b12
commit d84a0ebc78
6 changed files with 787 additions and 1 deletions

View File

@@ -0,0 +1,38 @@
{
"nameInUI": "Carsten's Arty Spotter",
"defaultValue": false,
"specificOptions": [
{
"nameInUI": "Time to impcat of the rounds",
"mnemonic": "user_fireDelay",
"defaultValue": 15
},
{
"nameInUI": "Salvo quantity",
"mnemonic": "user_quantity",
"defaultValue": 5
},
{
"nameInUI": "Impact radius",
"mnemonic": "user_spread",
"defaultValue": 150
},
{
"nameInUI": "Max spotting distance. In kilometers.",
"mnemonic": "user_spottingDistance",
"defaultValue": 15
}
],
"scriptsWorkOrders": [
{
"file": "CG_ArtySpotter_V1_2a_MP.lua",
"mnemonic": "arty"
}
],
"configurationWorkOrders": [
{
"file": "arty-config.lua",
"mnemonic": "arty-config"
}
]
}