mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
44050df98b
* Modernize and cleanup medical_treatment
* One line for each old public function
* Fix litterCleanupDelay name
* Improve adjustment calcs / wound blood loss / medications
fix func descriptions
Calc wound blood loss on events
reorder includes so scritpmacroMed has global effect
trivial optimization for getCardiacOutput
Fix var
Fix wounds not reopening (nil _category)
Fix surgical kit inherting canBandage conditional
debug hitpoints
Update ACE_Medical_Treatment_Actions.hpp
Use woundBleeding for IS_BLEEDING macro
rework medication vars
comments
Reset var in init / fullHeal
Update addons/medical_treatment/functions/fnc_onMedicationUsage.sqf
Co-Authored-By: PabstMirror <pabstmirror@gmail.com>
* Change wound data array
Drop unique id and merge classId and category
* Splinting and treatment and gui
* Add arm fractures and aim effects
* localizations and event
* fix
* fix merge for renamed files
* Fixes and code review changes
* Move medical logs clearing to treatment
* More cleanup work
* cleanup
* Apply suggestions from code review
Co-Authored-By: PabstMirror <pabstmirror@gmail.com>
* formating, rename bone images
* Fix args for setDead call in actionPlaceInBodyBag
* Apply suggestions from code review
Co-Authored-By: PabstMirror <pabstmirror@gmail.com>
* disable calls to extension
* Update fnc_onMedicationUsage.sqf
* Medical - Skip unneeded setVars on initUnit (#6949)
* Medical - Transfer state machine state on locality (#6950)
* Medical - Transfer state machine state on locality
* Fix feedback isUnconscious var
* Exclude AI
* Make UAV excludes consistant, formating
* Update fnc_treatmentFullHealLocal.sqf
* reset fractures on respawn
* Fix merge
* Add PAK time coefficient setting
* Fix medication
* Add ace_medical_replacementItems config array
* checkItems performance improvement
* Treatment - cap max animation speed (#6995)
* Treatment - cap max animation speed
and add lock to prevent AF from reseting anim
* Update fnc_getBandageTime.sqf
* Use local version of setAnimSpeedCoef
* Revert "Use local version of setAnimSpeedCoef"
This reverts commit 36c22a9047
.
* Move replacementItems compiling to preInit
* Improve replacementItems compiling
* Cleanup splint functions, use macros for fractures
* Rename splintCondition to canSplint
* Add cprCreatesPulse setting
* Cleanup remaining functions
* Capitalize stringtable entry names
* getStitchTime function and fix treatment locations
* Update addons/medical_treatment/functions/fnc_getHealTime.sqf
Co-Authored-By: SilentSpike <silentspike100+Github@gmail.com>
270 lines
9.6 KiB
C++
270 lines
9.6 KiB
C++
|
|
class CfgWeapons {
|
|
class ItemCore;
|
|
class ACE_ItemCore;
|
|
class CBA_MiscItem_ItemInfo;
|
|
class InventoryFirstAidKitItem_Base_F;
|
|
class MedikitItem;
|
|
|
|
class FirstAidKit: ItemCore {
|
|
type = 0;
|
|
EGVAR(arsenal,hide) = 1;
|
|
class ItemInfo: InventoryFirstAidKitItem_Base_F {
|
|
mass = 4;
|
|
};
|
|
};
|
|
class Medikit: ItemCore {
|
|
type = 0;
|
|
EGVAR(arsenal,hide) = 1;
|
|
class ItemInfo: MedikitItem {
|
|
mass = 60;
|
|
};
|
|
};
|
|
|
|
class ACE_fieldDressing: ACE_ItemCore {
|
|
scope = 2;
|
|
author = ECSTRING(common,ACETeam);
|
|
model = QPATHTOF(data\bandage.p3d);
|
|
picture = QPATHTOF(ui\fieldDressing_ca.paa);
|
|
displayName = CSTRING(Bandage_Basic_Display);
|
|
descriptionShort = CSTRING(Bandage_Basic_Desc_Short);
|
|
descriptionUse = CSTRING(Bandage_Basic_Desc_Use);
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 2;
|
|
};
|
|
};
|
|
class ACE_packingBandage: ACE_ItemCore {
|
|
scope = 2;
|
|
author = ECSTRING(common,ACETeam);
|
|
displayName = CSTRING(Packing_Bandage_Display);
|
|
picture = QPATHTOF(ui\packingBandage_ca.paa);
|
|
model = QPATHTOF(data\packingbandage.p3d);
|
|
descriptionShort = CSTRING(Packing_Bandage_Desc_Short);
|
|
descriptionUse = CSTRING(Packing_Bandage_Desc_Use);
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 2;
|
|
};
|
|
};
|
|
class ACE_elasticBandage: ACE_ItemCore {
|
|
scope = 2;
|
|
author = ECSTRING(common,ACETeam);
|
|
displayName = CSTRING(Bandage_Elastic_Display);
|
|
picture = QPATHTOF(ui\elasticBandage_ca.paa);
|
|
model = "\A3\Structures_F_EPA\Items\Medical\Bandage_F.p3d";
|
|
descriptionShort = CSTRING(Bandage_Elastic_Desc_Short);
|
|
descriptionUse = CSTRING(Bandage_Elastic_Desc_Use);
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 2;
|
|
};
|
|
};
|
|
class ACE_tourniquet: ACE_ItemCore {
|
|
scope = 2;
|
|
author = ECSTRING(common,ACETeam);
|
|
displayName = CSTRING(Tourniquet_Display);
|
|
picture = QPATHTOF(ui\tourniquet_ca.paa);
|
|
model = QPATHTOF(data\tourniquet.p3d);
|
|
descriptionShort = CSTRING(Tourniquet_Desc_Short);
|
|
descriptionUse = CSTRING(Tourniquet_Desc_Use);
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 2;
|
|
};
|
|
};
|
|
class ACE_splint: ACE_ItemCore {
|
|
scope = 2;
|
|
author = ECSTRING(common,ACETeam);
|
|
displayName = CSTRING(splint_Display);
|
|
picture = QPATHTOF(ui\tourniquet_ca.paa);
|
|
model = QPATHTOF(data\tourniquet.p3d);
|
|
descriptionShort = CSTRING(splint_Desc_Short);
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 2;
|
|
};
|
|
};
|
|
class ACE_morphine: ACE_ItemCore {
|
|
scope = 2;
|
|
author = ECSTRING(common,ACETeam);
|
|
displayName = CSTRING(Morphine_Display);
|
|
picture = QPATHTOF(ui\morphine_ca.paa);
|
|
model = QPATHTOF(data\morphine.p3d);
|
|
descriptionShort = CSTRING(Morphine_Desc_Short);
|
|
descriptionUse = CSTRING(Morphine_Desc_Use);
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 2;
|
|
};
|
|
};
|
|
class ACE_adenosine: ACE_ItemCore {
|
|
scope = 2;
|
|
author = ECSTRING(common,ACETeam);
|
|
displayName = CSTRING(Adenosine_Display);
|
|
picture = QPATHTOF(ui\adenosine_ca.paa);
|
|
model = QPATHTOF(data\adenosine.p3d);
|
|
descriptionShort = CSTRING(adenosine_Desc_Short);
|
|
descriptionUse = CSTRING(adenosine_Desc_Use);
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 2;
|
|
};
|
|
};
|
|
class ACE_atropine: ACE_ItemCore {
|
|
scope = 2;
|
|
author = ECSTRING(common,ACETeam);
|
|
displayName = CSTRING(Atropine_Display);
|
|
picture = QPATHTOF(ui\atropine_ca.paa);
|
|
model = QPATHTOF(data\atropine.p3d);
|
|
descriptionShort = CSTRING(Atropine_Desc_Short);
|
|
descriptionUse = CSTRING(Atropine_Desc_Use);
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 2;
|
|
};
|
|
};
|
|
class ACE_epinephrine: ACE_ItemCore {
|
|
scope = 2;
|
|
author = ECSTRING(common,ACETeam);
|
|
displayName = CSTRING(Epinephrine_Display);
|
|
picture = QPATHTOF(ui\epinephrine_ca.paa);
|
|
model = QPATHTOF(data\epinephrine.p3d);
|
|
descriptionShort = CSTRING(Epinephrine_Desc_Short);
|
|
descriptionUse = CSTRING(Epinephrine_Desc_Use);
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 2;
|
|
};
|
|
};
|
|
|
|
class ACE_plasmaIV: ACE_ItemCore {
|
|
scope = 2;
|
|
author = ECSTRING(common,ACETeam);
|
|
displayName = CSTRING(Plasma_IV);
|
|
model = QPATHTOF(data\IVBag_1000ml.p3d);
|
|
hiddenSelections[] = {"camo"};
|
|
hiddenSelectionsTextures[] = {QPATHTOF(data\IVBag_plasma_1000ml_ca.paa)};
|
|
picture = QPATHTOF(ui\plasmaIV_ca.paa);
|
|
descriptionShort = CSTRING(Plasma_IV_Desc_Short);
|
|
descriptionUse = CSTRING(Plasma_IV_Desc_Use);
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 10;
|
|
};
|
|
};
|
|
class ACE_plasmaIV_500: ACE_plasmaIV {
|
|
displayName = CSTRING(Plasma_IV_500);
|
|
model = QPATHTOF(data\IVBag_500ml.p3d);
|
|
hiddenSelectionsTextures[] = {QPATHTOF(data\IVBag_plasma_500ml_ca.paa)};
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 5;
|
|
};
|
|
};
|
|
class ACE_plasmaIV_250: ACE_plasmaIV {
|
|
displayName = CSTRING(Plasma_IV_250);
|
|
model = QPATHTOF(data\IVBag_250ml.p3d);
|
|
hiddenSelectionsTextures[] = {QPATHTOF(data\IVBag_plasma_250ml_ca.paa)};
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 2.5;
|
|
};
|
|
};
|
|
class ACE_bloodIV: ACE_ItemCore {
|
|
scope = 2;
|
|
author = ECSTRING(common,ACETeam);
|
|
model = QPATHTOF(data\IVBag_1000ml.p3d);
|
|
displayName = CSTRING(Blood_IV);
|
|
picture = QPATHTOF(ui\bloodIV_ca.paa);
|
|
hiddenSelections[] = {"camo"};
|
|
hiddenSelectionsTextures[] = {QPATHTOF(data\IVBag_blood_1000ml_ca.paa)};
|
|
descriptionShort = CSTRING(Blood_IV_Desc_Short);
|
|
descriptionUse = CSTRING(Blood_IV_Desc_Use);
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 10;
|
|
};
|
|
};
|
|
class ACE_bloodIV_500: ACE_bloodIV {
|
|
displayName = CSTRING(Blood_IV_500);
|
|
model = QPATHTOF(data\IVBag_500ml.p3d);
|
|
hiddenSelectionsTextures[] = {QPATHTOF(data\IVBag_blood_500ml_ca.paa)};
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 5;
|
|
};
|
|
};
|
|
class ACE_bloodIV_250: ACE_bloodIV {
|
|
displayName = CSTRING(Blood_IV_250);
|
|
model = QPATHTOF(data\IVBag_250ml.p3d);
|
|
hiddenSelectionsTextures[] = {QPATHTOF(data\IVBag_blood_250ml_ca.paa)};
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 2.5;
|
|
};
|
|
};
|
|
class ACE_salineIV: ACE_ItemCore {
|
|
scope = 2;
|
|
author = ECSTRING(common,ACETeam);
|
|
displayName = CSTRING(Saline_IV);
|
|
model = QPATHTOF(data\IVBag_1000ml.p3d);
|
|
hiddenSelections[] = {"camo"};
|
|
hiddenSelectionsTextures[] = {QPATHTOF(data\IVBag_saline_1000ml_ca.paa)};
|
|
picture = QPATHTOF(ui\salineIV_ca.paa);
|
|
descriptionShort = CSTRING(Saline_IV_Desc_Short);
|
|
descriptionUse = CSTRING(Saline_IV_Desc_Use);
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 10;
|
|
};
|
|
};
|
|
class ACE_salineIV_500: ACE_salineIV {
|
|
displayName = CSTRING(Saline_IV_500);
|
|
model = QPATHTOF(data\IVBag_500ml.p3d);
|
|
hiddenSelectionsTextures[] = {QPATHTOF(data\IVBag_saline_500ml_ca.paa)};
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 5;
|
|
};
|
|
};
|
|
class ACE_salineIV_250: ACE_salineIV {
|
|
displayName = CSTRING(Saline_IV_250);
|
|
model = QPATHTOF(data\IVBag_250ml.p3d);
|
|
hiddenSelectionsTextures[] = {QPATHTOF(data\IVBag_saline_250ml_ca.paa)};
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 2.5;
|
|
};
|
|
};
|
|
class ACE_quikclot: ACE_ItemCore {
|
|
scope = 2;
|
|
author = ECSTRING(common,ACETeam);
|
|
displayName = CSTRING(QuikClot_Display);
|
|
model = QPATHTOF(data\QuikClot.p3d);
|
|
picture = QPATHTOF(ui\quickclot_ca.paa);
|
|
descriptionShort = CSTRING(QuikClot_Desc_Short);
|
|
descriptionUse = CSTRING(QuikClot_Desc_Use);
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 2;
|
|
};
|
|
};
|
|
class ACE_personalAidKit: ACE_ItemCore {
|
|
scope = 2;
|
|
author = ECSTRING(common,ACETeam);
|
|
displayName = CSTRING(Aid_Kit_Display);
|
|
picture = QPATHTOF(ui\personal_aid_kit_ca.paa);
|
|
descriptionShort = CSTRING(Aid_Kit_Desc_Short);
|
|
descriptionUse = CSTRING(Aid_Kit_Desc_Use);
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 10;
|
|
};
|
|
};
|
|
class ACE_surgicalKit: ACE_ItemCore {
|
|
scope = 2;
|
|
author = ECSTRING(common,ACETeam);
|
|
displayName= CSTRING(SurgicalKit_Display);
|
|
model = QPATHTOF(data\surgical_kit.p3d);
|
|
picture = QPATHTOF(ui\surgicalKit_ca.paa);
|
|
descriptionShort = CSTRING(SurgicalKit_Desc_Short);
|
|
descriptionUse = CSTRING(SurgicalKit_Desc_Use);
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 15;
|
|
};
|
|
};
|
|
class ACE_bodyBag: ACE_ItemCore {
|
|
scope = 2;
|
|
author = ECSTRING(common,ACETeam);
|
|
displayName= CSTRING(Bodybag_Display);
|
|
model = QPATHTOF(data\bodybagItem.p3d);
|
|
picture = QPATHTOF(ui\bodybag_ca.paa);
|
|
descriptionShort = CSTRING(Bodybag_Desc_Short);
|
|
descriptionUse = CSTRING(Bodybag_Desc_Use);
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 7;
|
|
};
|
|
};
|
|
};
|