2020-08-09 15:12:54 +00:00
|
|
|
// Trenches dig/remove durations
|
|
|
|
[
|
2021-10-30 21:42:03 +00:00
|
|
|
QGVAR(smallEnvelopeDigDuration),
|
|
|
|
"TIME",
|
2020-08-09 15:12:54 +00:00
|
|
|
[LSTRING(SmallEnvelopeDigDuration_DisplayName), LSTRING(SmallEnvelopeDigDuration_Description)],
|
|
|
|
LSTRING(Category),
|
2021-10-30 21:42:03 +00:00
|
|
|
[5, 600, 20],
|
2020-08-09 15:12:54 +00:00
|
|
|
true
|
|
|
|
] call CBA_fnc_addSetting;
|
|
|
|
|
|
|
|
[
|
2021-10-30 21:42:03 +00:00
|
|
|
QGVAR(smallEnvelopeRemoveDuration),
|
|
|
|
"TIME",
|
2020-08-09 15:12:54 +00:00
|
|
|
[LSTRING(SmallEnvelopeRemoveDuration_DisplayName), LSTRING(SmallEnvelopeRemoveDuration_Description)],
|
|
|
|
LSTRING(Category),
|
2021-10-30 21:42:03 +00:00
|
|
|
[5, 600, 12],
|
2020-08-09 15:12:54 +00:00
|
|
|
true
|
|
|
|
] call CBA_fnc_addSetting;
|
|
|
|
|
|
|
|
[
|
2021-10-30 21:42:03 +00:00
|
|
|
QGVAR(bigEnvelopeDigDuration),
|
|
|
|
"TIME",
|
2020-08-09 15:12:54 +00:00
|
|
|
[LSTRING(BigEnvelopeDigDuration_DisplayName), LSTRING(BigEnvelopeDigDuration_Description)],
|
|
|
|
LSTRING(Category),
|
2021-10-30 21:42:03 +00:00
|
|
|
[5, 600, 25],
|
2020-08-09 15:12:54 +00:00
|
|
|
true
|
|
|
|
] call CBA_fnc_addSetting;
|
|
|
|
|
|
|
|
[
|
2021-10-30 21:42:03 +00:00
|
|
|
QGVAR(bigEnvelopeRemoveDuration),
|
|
|
|
"TIME",
|
2020-08-09 15:12:54 +00:00
|
|
|
[LSTRING(BigEnvelopeRemoveDuration_DisplayName), LSTRING(BigEnvelopeRemoveDuration_Description)],
|
|
|
|
LSTRING(Category),
|
2021-10-30 21:42:03 +00:00
|
|
|
[5, 600, 15],
|
2020-08-09 15:12:54 +00:00
|
|
|
true
|
|
|
|
] call CBA_fnc_addSetting;
|