mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
* 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>
38 lines
959 B
JSON
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"
|
|
}
|
|
]
|
|
} |