jbs4bmx added a new file:
QuoteDisplay More
This is a mod that buffs the current in-game medical items to be more useful for quick or casual players. You can modify some of the properties of medical items by changing the values found in the configuration file. Changes include:
- Reduced usage time on all medical items.
- Sanitar's items have been debuffed to prevent him from healing too rapidly.
- CMS and Surv12 surgery kits have been buffed to prevent most or all loss of HP for the blacked out body part that they repair.
- Med Kits can be configured to heal fractures and blacked out body parts.
- Med Kits now include positive effects such as pain relief, radiation treatment, and contusion healing.
- All items have configurable HP resource rate and/or number of uses.
- All items with lasting positive effects have configurable durations. For example:
- Pain relief provided by pills or stims
- See item 5 above.
List of items that currently are able to, or can be configured to, repair a blacked out body part.
Item Potential HP Loss (percent) Salewa Up to max of 30% IFAK Up to max of 20% Sanitar's IFAK Guaranteed loss of 25-75% AFAK 0% Grizzly 0% CMS Up to max of 10% Sanitar's CMS Guaranteed loss of 10-70% Surv12 Field Surgery Kit 0%
Configuration:
Edit the included config file to enable/disable modifications and even raise or lower some of the modification values.
JSONDisplay More{ "MedKits":{ "Ai2": { // Soviet AI-2 Medkit "Enable": true, "hpResource": 250, "hpResourceRate": 20, "Duration": 180, "AddStopLightBleeding": true, "AddStopHeavyBleeding": true, "HealOverTime": false, "HealOverTimeDuration": 120 }, "Car": { // Swiss Safe 2-in-1 First Aid Kit (Car Medkit) "Enable": true, "hpResource": 500, "hpResourceRate": 40, "Duration": 180, "AddStopHeavyBleeding": true, "HealOverTime": false, "HealOverTimeDuration": 120 }, "Salewa": { // SALEWA - First Aid Kit Waterproof "Enable": true, "hpResource": 1000, "hpResourceRate": 50, "Duration": 180, "AddFixFracture": true, "AddFixDestroyedPart": true, "HealOverTime": false, "HealOverTimeDuration": 120 }, "Ifak": { // Individual First Aid Kit (IFAK) "Enable": true, "hpResource": 1000, "hpResourceRate": 100, "Duration": 180, "AddFixFracture": true, "AddFixDestroyedPart": true, "HealOverTime": false, "HealOverTimeDuration": 120 }, "Sanitar": { // Sanitar's AFAK "Enable": true, "ResizeTo1x1": true, "hpResource": 2000, "hpResourceRate": 5, "Duration": 15, "AddStopLightBleeding": true, "AddStopHeavyBleeding": true, "AddFixFracture": true, "HealOverTime": false, "HealOverTimeDuration": 120 }, "Afak": { // Advanced Individual First Aid Kit (AFAK) "Enable": true, "hpResource": 1500, "hpResourceRate": 100, "Duration": 180, "AddFixFracture": true, "AddFixDestroyedPart": true, "HealOverTime": false, "HealOverTimeDuration": 120 }, "Grizzly": { // Sportsman Series Grizzly Medical Kit "Enable": true, "hpResource": 5000, "hpResourceRate": 125, "Duration": 180, "AddFixDestroyedPart": true, "HealOverTime": false, "HealOverTimeDuration": 120 } }, "Pills": { "Analgin": { // Analgin (Actually illegal to purchase in real life!) "Enable": true, "hpResource": 24, "Duration": 360, "AddEnergyIncrease": true, "EnergyIncrease": 15, "HydrationBurn": -2, "AddRadExposureFix": true }, "Augmentin": { // Augmentin Anti-Biotics "Enable": true, "hpResource": 45, "Duration": 360, "EnergyIncrease": 15, "HydrationBurn": -2, "AddRadExposureFix": true }, "Ibuprofen": { // Ibuprofen "Enable": true, "hpResource": 90, "Duration": 360, "AddEnergyIncrease": true, "EnergyIncrease": 15, "HydrationBurn": -2, "AddRadExposureFix": true } }, "Bandages": { "Aseptic": { // Medpride Conforming Stretch Gauze "Enable": true, "hpResource": 8, "AddStopHeavyBleeding": true }, "Army": { // Russian Individual dressing bag PPI AB-3 "Enable": true, "hpResource": 4, "AddStopHeavyBleeding": true } }, "Splints": { "Splint": { // EVERLIT Survival 36 Inch Splint "Enable": true, "hpResource": 8 }, "AluminumSplint": { // Archer Medtech Universal First Aid Splint - Moldable Aluminum "Enable": true, "hpResource": 8 } }, "Topicals": { "Vaseline": { // Norka Vaseline cosmetic "Mink" "Enable": true, "hpResource": 10, "Duration": 360, "EnergyBurn": -2, "HydrationBurn": -2, "AddRadExposureFix": true }, "GoldenStarBalm": { // Golden Star Balm "Enable": true, "hpResource": 10, "Duration": 360, "EnergyBurn": -2, "EnableHydrationBurn": true, "HydrationBurn": -2, "AddRadExposureFix": true } }, "SurgicalKits": { "CMSSurgicalKit": { // Tactical Surgical and Suture Kit "Enable": true, "hpResource": 10, "AddStopLightBleeding": true, "AddStopHeavyBleeding": true, "AddFixFracture": true }, "SanitarSurgicalKit": { // Also based on the Tactical Surgical and Suture Kit "Enable": true, "ResizeTo2x1": true, "hpResource": 8, "AddStopLightBleeding": true, "AddStopHeavyBleeding": true, "AddFixFracture": true }, "Surv12FieldSurgicalKit": { // 12 Survivors First Aid Rollup Kit "Enable": true, "hpResource": 12, "AddStopLightBleeding": true, "AddStopHeavyBleeding": true } }, "Tourniquets": { "Esmarch": { // Blood Loss Arterial Bleeding Rubber Band (aka Soviet Pink Tourniquet Esmarch) "Enable": true, "hpResource": 5, "AddStopLightBleeding": true }, "CalokB": { // Celox V12090 Blood Clotting Granule Applicator and Plunger "Enable": true, "hpResource": 5, "AddStopLightBleeding": true }, "Cat": { // North American Rescue NAR CAT Tourniquet "Enable": true, "hpResource": 5, "AddStopLightBleeding": true } }, "Injectors": { "All": { // This setting is a WIP. It has not yet been tested. "AllInjectorsSpawnEverywhere": false }, "Morphine": { // Morphine Injector "Enable": true, "hpResource": 4, "Duration": 360, "HydrationBurn": -2, "EnergyBurn": -2 }, "Sj1": { // Combat Stimulant Injector SJ1 TGLabs "Enable": true, "hpResource": 4 }, "eTGchange": { // Regenerative Stimulant Injector eTG-change "Enable": true, "hpResource": 4, "Duration": 360 }, "Sj6": { // Combat Stimulant Injector SJ6 TGLabs "Enable": true, "hpResource": 4 }, "Sj9": { // Combat Stimulant Injector SJ9 TGLabs "Enable": true, "hpResource": 4 }, "Propital": { // Propital "Enable": true, "hpResource": 4, "Duration": 360 }, "Zagustin": { // Hemostatic Drug Zagustin "Enable": true, "hpResource": 4, "Duration": 360 }, "Adrenaline": { // Adrenaline Injector "Enable": true, "hpResource": 4, "Duration": 360 }, "Meldonin": { // Meldonin "Enable": true, "hpResource": 4 }, "Ahf1m": { // AHF1-M "Enable": true, "hpResource": 4 }, "bTG": { // 3-(b-TG) "Enable": true, "hpResource": 4 }, "Norepinephrine": { // L1 (Norepinephrine) "Enable": true, "hpResource": 4, "Duration": 360 }, "p22": { // P22 "Enable": true, "hpResource": 4 }, "Obdolbos": { // Cocktail "Oldolbos" "Enable": true, "hpResource": 4 }, "Mule": { // M.U.L.E. stimulator "Enable": true, "hpResource": 4 }, "xTG12": { // Antidote xTG-12 "Enable": true, "hpResource": 4 }, "Obdolbos2": { // Obdolbos 2 "Enable": true, "hpResource": 4 }, "Sj12": { // SJ12 TGLabs "Enable": true, "hpResource": 4 }, "Perfotoran": { // Perfotoran (Blue Blood) "Enable": true, "hpResource": 4, "Duration": 360 }, "Trimadol": { // Trimadol "Enable": true, "hpResource": 4, "Duration": 360 }, "Pnb": { // PNB "Enable": true, "hpResource": 4, "Duration": 360 }, "a2bTG": { // 2A2-(b-TG) "Enable": true, "hpResource": 4 }, "Ebudal": { // Ebudal "Enable": true, "hpResource": 4, "Duration": 360 }, "ModInjectors": { // All custom injectors from mods. // This setting is a WIP. It has not yet been tested. "Enable": false, "hpResource": 4 } } }
Pro/Con List:
PRO - You can enable only the medical items you want buffed.
PRO - Medical item buffs will give you the opportunity to go longer in game.
PRO - Increased hpResourceRate in config can increase how much of your body parts are healed during each use.
CON - Using medkits with the "heal fractures" and/or "heal blackedout limbs" options enabled will cause your PMC to stop moving while using them.
CON - Can be too OP for hardcore players.
Incompatibilities:
No known incompatibilities.
Extract the contents of the zip file to the "root" of your SPT folder.
- The same location as 'EscapeFromTarkov.exe', 'SPT.Launcher.exe', and 'SPT.Server.exe'.
Edit the configuration file to your desired state.
Delete 'MedicalAttention' folder from the "[SPT]/user/mods" folder.
Mod Source - Medical Attention: Github
Reference - SuperIFAK: Github
Reference - SuperAFAK: Github
Compatibility with other mods is neither expressed nor implied. (Attempts will be made to correct this, but cannot be guaranteed.)
Support is neither expressed nor implied. (There is no guarantee of expedited or resultant service.)
Support is definitely NOT given to earlier versions of the mod.
If you would like to report an issue, please keep the report short and concise.
- Reporting of issues is okay.
- Reporting on mod incompatibility is okay.
- Complaining about how the mod functions, whether good or bad, is NOT okay.
- Be civil or you will be ignored.
This is definitely not required and you have every right to ignore this tab, but if you would still like to buy me a coffee, I'd greatly appreciate it. Any and all proceeds will go towards further development/maintenance of mods.