The Forge is currently under construction. Data is synchronized with the hub every 30 minutes. Help report issues!

Mod Details

BALANCED MEDS

BALANCED MEDS 3.10.0

Created by DeadW0Lf

20.6K Downloads

SPT 0.0.0 Compatible

All the meds item are changed. Increased uses and better healing.

Latest Version 3.10.0
SPT 0.0.0

Updated Jan 1st, 2025

Version Notes

Updated to SPT Version 3.10.0

This download is externally hosted.
Always scan for viruses.

# BALANCED MEDS

Feel Free to edit/update or re-rerelease this mod. I am busy and not able to maintain this mod.

UPDATED the External Link LATEST Version v3.10.0..

Updated the mod to v3.10

*installation*

copy the “user” folder into your “SP-TARKOV Root Folder”

*Updated meds max resource amount and usability without making it too OP*

Changes:

  • All the meds found in Tarkov wiki Tarkov Wiki Medical Items is changed.
  • Increased painkillers/morphine max uses and durations
  • Increased Health Items’ max resource value.
  • CMS and Survival kits have more uses and CMS can heal damaged limbs more than 50%
  • Each Med Item properties can be modified in the ./config/ folder, Drugs.json, Medicals.json, Medkits.json and Stimulators.json
  • Everything is configurable. Please refer the config files inside config folder. If you need clarification reach me in the comment section.
Version 3.10.0
Download Mod Version
SPT 0.0.0
Latest Compatible SPT Version

3.0K Downloads

Created Jan 1st, 2025

Updated Jan 1st, 2025

Virus Total Results

Updated to SPT Version 3.10.0

Version 3.2.1
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

10.1K Downloads

Created Aug 16th, 9:13 PM

Updated Aug 16th, 9:13 PM

Virus Total Results

No changes specific for SPT-AKI 3.2.1

  • All configs should be fully configurable now. The readme doesn’t explain everything right now though, so up to the user to figure some of it out.
  • Personalized configs from 3.2.0 should be compatible with this release.

Please report back if you get any issues with this release!

Feel free to provide feedback/suggestions as well, but do note that I (aleves ) will most likely only focus on maintaining DeadW0Lf’s mods while they’re on hiatus.

Version 3.2.0
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

727 Downloads

Created Aug 8th, 1:14 AM

Updated Aug 8th, 1:14 AM

Virus Total Results

Updated for SPT-AKI 3.2.*

  • Some stuff has been changed, e.g. configs are now structured differently. Again… :S
  • All Injectors/Stimulators should be modifiable now, ./config/Stimulators.json. I haven’t touched those, so all values are vanilla for now.

Please report back if you get any issues with this release!

Feel free to provide feedback/suggestions as well, but do note that I (aleves ) will most likely only focus on maintaining DeadW0lf’s mods while they’re on hiatus.

Version 3.1.0
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

1.5K Downloads

Created Jul 24th, 11:39 PM

Updated Jul 24th, 11:39 PM

Virus Total Results

Updated for SPT-AKI 3.1.*

Some stuff has been changed, e.g. configs are now structured differently.

Please report back if you get any issues with this release!

Feel free to provide feedback/suggestions as well, but do note that I (aleves ) will most likely only focus on maintaining DeadW0lf’s mods while they’re on hiatus.

Version 3.0.0
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

1.1K Downloads

Created Jun 29th, 2022

Updated Jun 29th, 2022

Virus Total Results

Thanks to aleves for upgrading the mod to v3.0.0

Version 1.1.1
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

1.3K Downloads

Created Jan 9th, 2022

Updated Jan 9th, 2022

Virus Total Results

experimental version upgrade..
not fully tested.

DeadW0Lf Pinned

Updated to latest SPT Version 3.10.0 :)

0 Likes
JDCallie

Seems to work with 3.11.

0 Likes
KLIN21

You have an error in your code.

if (items[item]._parent == BaseClasses.STIMULATOR && this.stimconfig[itemId]) { itemProps.medUseTime = this.stimconfig[itemId][‘medUseTime’]; itemProps.MaxHpResource = this.stimconfig[itemId][“MaxHpResource”]; itemProps.hpResourceRate = this.stimconfig[itemId][“hpResourceRate”]; if (itemProps.StimulatorBuffs) { this.replacestims(itemId, this.stimconfig[itemId][“effects_buffs”]); }You have no operation for “effects_damage”. So for example parameters lightbleeding and heavybleeding in stims config dont’t work. Used for default.

“5c0e533786f7747fa23f4d47”: { “name”: “Zagustin”, “medUseTime”: 2, “MaxHpResource”: 4, “hpResourceRate”: 0, “effects_health”: [], “effects_damage”: { “LightBleeding”: { “delay”: 0, “duration”: 300, “fadeOut”: 20 }, “HeavyBleeding”: { “delay”: 0, “duration”: 300, “fadeOut”: 20I fixed that like this in mod.ts

if (items[item]._parent == BaseClasses.STIMULATOR && this.stimconfig[itemId]) { itemProps.medUseTime = this.stimconfig[itemId][‘medUseTime’]; itemProps.MaxHpResource = this.stimconfig[itemId][“MaxHpResource”]; itemProps.hpResourceRate = this.stimconfig[itemId][“hpResourceRate”]; if (itemProps.StimulatorBuffs) { this.replacestims(itemId, this.stimconfig[itemId][“effects_buffs”]); } if (itemProps.effects_damage) { itemProps.effects_damage = this.stimconfig[itemId][“effects_damage”]; } }

0 Likes
Cy_rpg

Trimadol seems to be missed?

0 Likes
kuroninji

hey, trying to make edits to the config of CMS/Surv12

healthPenaltyMin & healthPenaltyMax

is this based on the base max hp of the body part? which way would one modify the values of themto reduce the hp penalty of using the kit

0 Likes
Shturman

i can’t change the increase number of uses for the cms kit it stay on 3/3 uses

0 Likes
Djanbolt

someone update this gorgeous mod on SPT 3.9.4

0 Likes
javitecge

Hi, when update to 3.9.x ?
Thanks in advance for your work !! :)

0 Likes
VeiledFury

You need to change package.json to “akiVersion”: “3.8.0”, but it loads fine and changes made to meds seem to work fine. At first glance looks like this still works in 3.8 :)

0 Likes
Validoleech

Update when?

0 Likes

Details