2019-03-24 05:37:39 +00:00
|
|
|
[
|
2019-06-28 16:50:11 +00:00
|
|
|
QGVAR(fatalInjuryCondition),
|
|
|
|
"LIST",
|
|
|
|
[LSTRING(FatalInjuryCondition_DisplayName), LSTRING(FatalInjuryCondition_Description)],
|
|
|
|
[ELSTRING(medical,Category), LSTRING(SubCategory)],
|
|
|
|
[[0, 1, 2], [ELSTRING(common,Always), LSTRING(InCardiacArrest), ELSTRING(common,Never)], 0],
|
|
|
|
true
|
2019-03-24 05:37:39 +00:00
|
|
|
] call CBA_settings_fnc_init;
|
|
|
|
|
|
|
|
[
|
2019-06-28 16:50:11 +00:00
|
|
|
QGVAR(fatalInjuryConditionAI),
|
|
|
|
"CHECKBOX",
|
|
|
|
[LSTRING(FatalInjuryConditionAI_DisplayName), LSTRING(FatalInjuryConditionAI_Description)],
|
|
|
|
[ELSTRING(medical,Category), LSTRING(SubCategory)],
|
|
|
|
true,
|
|
|
|
true
|
2019-03-24 05:37:39 +00:00
|
|
|
] call CBA_settings_fnc_init;
|
|
|
|
|
|
|
|
[
|
2019-06-28 16:50:11 +00:00
|
|
|
QGVAR(AIUnconsciousness),
|
|
|
|
"CHECKBOX",
|
|
|
|
[LSTRING(AIUnconsciousness_DisplayName), LSTRING(AIUnconsciousness_Description)],
|
|
|
|
[ELSTRING(medical,Category), LSTRING(SubCategory)],
|
|
|
|
true,
|
|
|
|
true
|
2019-03-24 05:37:39 +00:00
|
|
|
] call CBA_settings_fnc_init;
|
|
|
|
|
|
|
|
[
|
2019-06-28 16:50:11 +00:00
|
|
|
QGVAR(cardiacArrestTime),
|
|
|
|
"TIME",
|
|
|
|
[LSTRING(CardiacArrestTime_DisplayName), LSTRING(CardiacArrestTime_Description)],
|
|
|
|
[ELSTRING(medical,Category), LSTRING(SubCategory)],
|
|
|
|
[1, 3600, 30],
|
|
|
|
true
|
2019-03-24 05:37:39 +00:00
|
|
|
] call CBA_settings_fnc_init;
|