mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
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:
38
resources/plugins/arty/plugin.json
Normal file
38
resources/plugins/arty/plugin.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user