
All the meds item are changed. Increased uses and better healing.
# 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.
3.0K Downloads
Updated to SPT Version 3.10.0
10.1K Downloads
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.
727 Downloads
Updated for SPT-AKI 3.2.*
- Some stuff has been changed, e.g. configs are now structured differently. Again…
- 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.
1.5K Downloads
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.
1.1K Downloads
Thanks to aleves for upgrading the mod to v3.0.0
1.3K Downloads
experimental version upgrade..
not fully tested.
Details
-
GUID
Not Available
-
Additional Authors
-
License
-
Source Code
Updated to latest SPT Version 3.10.0
Seems to work with 3.11.
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”]; } }
Trimadol seems to be missed?
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
i can’t change the increase number of uses for the cms kit it stay on 3/3 uses
someone update this gorgeous mod on SPT 3.9.4
Hi, when update to 3.9.x ?
Thanks in advance for your work !!
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
Update when?