From 1e81925714a33b06cfa8aaa23865f1f1772b4f2f Mon Sep 17 00:00:00 2001 From: Samuele Lorefice Date: Sat, 12 Jul 2025 16:45:00 +0200 Subject: [PATCH] KAT settings modifications --- cba_settings.sqf | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/cba_settings.sqf b/cba_settings.sqf index 09f511f..40d6d90 100644 --- a/cba_settings.sqf +++ b/cba_settings.sqf @@ -970,7 +970,7 @@ force kat_breathing_severeValue = 66; force kat_breathing_showCyanosis = true; force kat_breathing_showPneumothorax_dupe = false; force kat_breathing_slightValue = 90; -force kat_breathing_SpO2_cardiacActive = false; +force kat_breathing_SpO2_cardiacActive = true; force kat_breathing_SpO2_cardiacValue = 75; force kat_breathing_SpO2_dieActive = true; force kat_breathing_SpO2_dieValue = 65; @@ -982,13 +982,11 @@ force kat_breathing_SpO2_unconscious = 80; force kat_breathing_Stable_spo2 = 85; force kat_breathing_staminaLossAtLowSPO2 = true; force kat_breathing_stethoscopeListeningTime = 15; -kat_breathing_stethoscopeSoundVolume = 2; force kat_breathing_TensionHemothoraxAlwaysVisible = false; // KAT - ADV Medical: Chemical force kat_chemical_availGasmask = "'G_AirPurifyingRespirator_01_F', 'kat_mask_M50', 'kat_mask_M04'"; force kat_chemical_gasmask_durability = 900; -kat_chemical_gasMaskSoundVolume = 1; force kat_chemical_infectionTime = 60; force kat_chemical_maskStaminaLoss = false; force kat_chemical_showPoisoning = true; @@ -1008,6 +1006,7 @@ force kat_circulation_AdvRhythm_Hardcore_Enable = false; force kat_circulation_AdvRhythm_hardcoreDeteriorationChance = 10; force kat_circulation_AdvRhythm_HTHold = false; force kat_circulation_AdvRhythm_PEAChance = 50; +force kat_circulation_AdvRhythm_PEAEnabled = false; force kat_circulation_AdvRhythm_VTChance = 50; force kat_circulation_AED_duringCpr = true; force kat_circulation_AED_MaxChance = 80; @@ -1088,7 +1087,7 @@ kat_misc_armbandSlingRightArmRotation = "[5, -5, -5]"; kat_misc_armbandSlingRightLeg = "[-0.32, -0.29, -0.42]"; kat_misc_armbandSlingRightLegRotation = "[-30, -5, 38]"; force kat_misc_enable = true; -force kat_misc_enableStitchFullBody = false; +force kat_misc_enableStitchFullBody = true; kat_misc_IFAK_Container = 0; kat_misc_IFAK_Item_Color = [0.67,0.84,0.9]; force kat_misc_IFAK_RemoveWhenEmpty = true; @@ -1115,6 +1114,16 @@ force kat_misc_tourniquetEffects_NegativeMultiplier = 1; force kat_misc_tourniquetEffects_PositiveMultiplier = 1; force kat_misc_treatmentTimeDetachTourniquet = 7; +// KAT - ADV Medical: Ophthalmology +force kat_ophthalmology_enable = true; +force kat_ophthalmology_eyeshield_medic_required = 0; +force kat_ophthalmology_eyeshield_treatment_time = 2; +force kat_ophthalmology_eyewash_medic_required = 0; +force kat_ophthalmology_eyewash_treatment_time = 2; +force kat_ophthalmology_probability_dust = 5; +force kat_ophthalmology_probability_dust_heavy = 1; +force kat_ophthalmology_probability_treatment_dust = 20; + // KAT - ADV Medical: Pharmacy force kat_pharma_allowStackScript_EACA = false; force kat_pharma_allowStackScript_TXA = false; @@ -1128,8 +1137,8 @@ force kat_pharma_CheckCoag_TreatmentTime = 10; force kat_pharma_coagulation = true; force kat_pharma_coagulation_allow_clot_text = true; force kat_pharma_coagulation_allow_EACA_script = true; -force kat_pharma_coagulation_allow_LargeWounds = true; -force kat_pharma_coagulation_allow_MediumWounds = true; +force kat_pharma_coagulation_allow_LargeWounds = false; +force kat_pharma_coagulation_allow_MediumWounds = false; force kat_pharma_coagulation_allow_MinorWounds = true; force kat_pharma_coagulation_allow_TXA_script = true; force kat_pharma_coagulation_allowOnAI = false;