Add setting for blood transfusion medic level

This commit is contained in:
diwako 2020-01-16 00:28:02 +01:00
parent aee506db99
commit db2900eeb9
3 changed files with 18 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class GVAR(actions) {
allowedSelections[] = {"LeftArm", "RightArm", "LeftLeg", "RightLeg"};
allowSelfTreatment = QGVAR(allowSelfIV);
category = "advanced";
medicRequired = 1;
medicRequired = QGVAR(medicIV);
treatmentTime = 12;
items[] = {"ACE_bloodIV"};
condition = "";

View File

@ -181,6 +181,15 @@
true
] call CBA_settings_fnc_init;
[
QGVAR(medicIV),
"LIST",
[LSTRING(MedicIV_DisplayName), LSTRING(MedicIV_Description)],
[ELSTRING(medical,Category), LSTRING(SubCategory_Treatment)],
[[0, 1, 2], [LSTRING(Anyone), LSTRING(Medics), LSTRING(Doctors)], 1],
true
] call CBA_settings_fnc_init;
[
QGVAR(cprSuccessChance),
"SLIDER",

View File

@ -507,6 +507,14 @@
<Polish>Pozwala przetoczyć płyny IV samemu sobie</Polish>
<Italian>Abilita la trasfusione in endovena su se stessi.</Italian>
</Key>
<Key ID="STR_ACE_Medical_Treatment_MedicIV_DisplayName">
<English>Allow IV Transfusion</English>
<German>Erlaube Bluttransfusionen</German>
</Key>
<Key ID="STR_ACE_Medical_Treatment_MedicIV_Description">
<English>Training level required to transfuse IVs.</English>
<German>'Fähigkeiten-Level', das benötigt wird, um Blut zu transfunieren.</German>
</Key>
<Key ID="STR_ACE_Medical_Treatment_ConvertItems_DisplayName">
<English>Convert Vanilla Items</English>
<German>Standard Arma-Equipment in ACE-Items umwandeln</German>