ACE3/addons/medical_damage/initSettings.sqf

36 lines
1.0 KiB
Plaintext
Raw Normal View History

[
QEGVAR(medical,fatalDamageSource),
"LIST",
[LSTRING(fatalDamageSource_DisplayName), LSTRING(fatalDamageSource_Description)],
[ELSTRING(medical,Category)],
[[0, 1, 2], [LSTRING(fatalDamageSource_vitalShotsOnly), LSTRING(fatalDamageSource_trauma), LSTRING(fatalDamageSource_both)], 0],
true
] call CBA_settings_fnc_init;
2019-03-24 05:37:39 +00:00
[
QEGVAR(medical,playerDamageThreshold),
"SLIDER",
[LSTRING(PlayerDamageThreshold_DisplayName), LSTRING(PlayerDamageThreshold_Description)],
ELSTRING(medical,Category),
[0, 25, 1, 2],
true
2019-03-24 05:37:39 +00:00
] call CBA_settings_fnc_init;
[
QEGVAR(medical,AIDamageThreshold),
"SLIDER",
2019-03-24 05:37:39 +00:00
[LSTRING(AIDamageThreshold_DisplayName), LSTRING(AIDamageThreshold_Description)],
ELSTRING(medical,Category),
[0, 25, 1, 2],
true
2019-03-24 05:37:39 +00:00
] call CBA_settings_fnc_init;
[
QEGVAR(medical,painUnconsciousChance),
"SLIDER",
[LSTRING(PainUnconsciousChance_DisplayName), LSTRING(PainUnconsciousChance_Description)],
ELSTRING(medical,Category),
[0, 1, 0.1, 2, true],
true
] call CBA_settings_fnc_init;