mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
27 lines
737 B
Plaintext
27 lines
737 B
Plaintext
[
|
|
QEGVAR(medical,bleedingCoefficient),
|
|
"SLIDER",
|
|
[LSTRING(BleedingCoefficient_DisplayName), LSTRING(BleedingCoefficient_Description)],
|
|
[ELSTRING(medical,Category), LSTRING(SubCategory)],
|
|
[0, 25, 1, 1],
|
|
true
|
|
] call CBA_fnc_addSetting;
|
|
|
|
[
|
|
QEGVAR(medical,painCoefficient),
|
|
"SLIDER",
|
|
[LSTRING(PainCoefficient_DisplayName), LSTRING(PainCoefficient_Description)],
|
|
[ELSTRING(medical,Category), LSTRING(SubCategory)],
|
|
[0, 25, 1, 1],
|
|
true
|
|
] call CBA_fnc_addSetting;
|
|
|
|
[
|
|
QEGVAR(medical,ivFlowRate),
|
|
"SLIDER",
|
|
[LSTRING(IvFlowRate_DisplayName), LSTRING(IvFlowRate_Description)],
|
|
[ELSTRING(medical,Category), LSTRING(SubCategory)],
|
|
[0, 25, 1, 1],
|
|
true
|
|
] call CBA_fnc_addSetting;
|