The Forge is currently under heavy construction. Expect nothing to work. Data is reset every hour.

Mod Details

Medical Attention

Medical Attention 395.0.2

Created by jbs4bmx

5.0K Downloads

Unknown SPT Version

"He's dead, Jim!" is no longer part of your vocabulary.

8892-mabanner-png

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:

  1. Reduced usage time on all medical items.
  2. Sanitar's items have been debuffed to prevent him from healing too rapidly.
  3. 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.
  4. Med Kits can be configured to heal fractures and blacked out body parts.
  5. Med Kits now include positive effects such as pain relief, radiation treatment, and contusion healing.
  6. All items have configurable HP resource rate and/or number of uses.
  7. 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.

ItemPotential HP Loss (percent)SalewaUp to max of 30%IFAKUp to max of 20%Sanitar's IFAKGuaranteed loss of 25-75%AFAK0%Grizzly0%CMSUp to max of 10%Sanitar's CMSGuaranteed loss of 10-70%Surv12 Field Surgery Kit0% Configuration:

Edit the included config file to enable/disable modifications and even raise or lower some of the modification values.

{ "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.

  1. Reporting of issues is okay.
  2. Reporting on mod incompatibility is okay.
  3. Complaining about how the mod functions, whether good or bad, is NOT okay.
  4. Be civil or you will be ignored.

Support Me on Ko-Fi

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.

Version 395.0.2

2.8K Downloads

Unknown SPT Version Virus Total Results
Created Aug 12th, 2024 Updated Jan 2nd, 11:32 AM

Supported SPT Version: 3.9.0+

New feature added... "Heal-over-time" function for med kits.

Now you can specify which med kits you want to provide you with a heal-over-time function.

Med kits selected to have the heal-over-time function enabled on them will no longer be able to fast heal body parts. They will only provide a heal-over-time function. (For that reason, I recommend only enabling it on smaller med kits that you are less likely to use.)

  • You can use the heal-over-time function of one med kit in conjunction with the fast healing of another med kit.
  • In other words, apply heal-over-time with your first med kit, and then fast heal the critical body part.
  • That way you can get back into the game and let 'heal-over-time' continue to heal the less damaged parts as you go.
Version 390.0.1

1.6K Downloads

Unknown SPT Version Virus Total Results
Created Jul 12th, 2024 Updated Jan 3rd, 3:28 AM

Type: Item Mod

Supported SPT Version: 3.9.0+

Change Log:

  • Enable all medical changes by default. (Now just plug and play!)

Installation: Extract to root of SPT folder.

Version 310.0.1

574 Downloads

Unknown SPT Version Virus Total Results
Created Nov 28th, 1:04 AM Updated Jan 2nd, 9:16 PM

Update to SPT 3.10.x

Now includes new feature to allow walking and running while performing surgeries or healing. Options to enable these functions are available in the F12 Menu while in game.

Not quite yet...