mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add setting for blood transfusion medic level
This commit is contained in:
parent
aee506db99
commit
db2900eeb9
@ -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 = "";
|
||||
|
@ -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",
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user