Turbolious d84a0ebc78
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>
2024-07-01 19:43:17 +00:00

38 lines
959 B
JSON

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