Mod Details

Training Stims

Training Stims 1.1.6

Created by Echo55

6.4K Downloads

SPT 0.0.0 Compatible

Some custom stims to help out early game (and beyond)

Latest Version 1.1.6
SPT 0.0.0

Updated Sep 9, 2023 at 7:08 PM

Version Notes

Back to playing the game so I figured I would update my mods.

I literally haven’t changed any code in this mod in a long time. There may be bugs and there’s definitely better ways to code it.

But it seems to work nonetheless so enjoy

This download is externally hosted.
Always scan for viruses.

Training Stims (From Bread & Butter)

Some mod info:

So once upon a time there was a really cool mod called Bread and Butter created by Lone_Simon. He has seemingly abandoned the project and user tiddle decided to take on the role of bug fixer to keep it alive as further SPT-AKI versions have been released. However they are busy with life it would seem so I decided to have a crack at it with their permission.

B&B is/was a pretty expansive mod with a lot of features. I am but a noob when it comes to coding mods. I decided to take on B&B to try to learn how it works. The problem with revitalizing the entire mod is that a lot of the features have been superseded by better mod options. So I decided to pick out a few good features that can live on, and I will make them into separate mods.

I made this mod a while back but with the release of 3.0 I thought it might be kinda miserable fun to rewrite it better and finally release it.

This mod adds five new stim injectors to the game. They are available from Therapist at loyalty level 1.
These stims are for helping us noob (and/or bad) EFT players out at low levels and beyond.

****************************************************

Training Stim 1 = Stamina Rate +3 and Weight Limit 0.27 (+27%)

Training Stim 2 = +25 Recoil Control

Training Stim 3 = Endurance +20 and Strength +20

Training Stim 4 = DamageModifier -0.5 (50% less dmg taken) and Health Rate +2

Training Stim 5 = Endurance +40, Strength +40, Recoil Control +40

****************************************************

The values for the buffs are taken from B&B.

You can install the mod by unzipping the TrainingStims folder into the user/mods folder within your SPT directory.

Let me know if you have suggestions on other stims

If you would like to change the price, currency type, amount of uses, and/or effects:

I finally got around to making the config work. Check out config.json

There’s some help in the readme if you need

Don’t blame me if you break something though

Enjoy!

I have to thank SamSWAT for making badass mods and also his mods helped immensely in learning how to make this mod work.

Thanks to all of the other modders for inspiration.

Also thanks to the SPT devs!

Version 1.1.6
Download Mod Version
SPT 0.0.0
Latest Compatible SPT Version

1.2K Downloads

Created Sep 9, 2023 at 7:08 PM

Updated Sep 9, 2023 at 7:08 PM

Virus Total Results

Back to playing the game so I figured I would update my mods.

I literally haven’t changed any code in this mod in a long time. There may be bugs and there’s definitely better ways to code it.

But it seems to work nonetheless so enjoy

Version 1.1.5
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

1.4K Downloads

Created Jan 14, 2023 at 3:49 PM

Updated Jan 14, 2023 at 3:49 PM

Virus Total Results

Updated to SPT 3.4.1

Version 1.1.4
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

510 Downloads

Created Dec 10, 2022 at 2:19 PM

Updated Dec 10, 2022 at 2:19 PM

Virus Total Results

Updated to 3.3.0

Version 1.1.3
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

982 Downloads

Created Sep 6, 2022 at 7:16 PM

Updated Sep 6, 2022 at 7:16 PM

Virus Total Results

Small mistake so had to reupload

Compatible SPT 3.2.2

Version 1.1.2
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

116 Downloads

Created Sep 6, 2022 at 7:05 PM

Updated Sep 6, 2022 at 7:05 PM

Virus Total Results

No changes worth noting

Updated to current SPT version - SPT 3.2.2

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

546 Downloads

Created Aug 19, 2022 at 10:42 AM

Updated Aug 19, 2022 at 10:42 AM

Virus Total Results

Added configurable amount of uses.

Also fixed the JSON error. Those pesky commas!

Good luck out there

Krinkova

Works on 3.8.0

0 Likes
xiaozixiu

3.7.0 is ok

0 Likes
GetThorped

Has anyone been able to find the BuffType for painkillers/removes pain? I have looked all through the globals.json using different keywords, but to no avail. I want to make a god stim that includes removing pain, any ideas on how? Current setup is below

[

{

“BuffType”: “WeightLimit”,

“Chance”: 1,

“Delay”: 1,

“Duration”: 5000,

“Value”: 30,

“AbsoluteValue”: true,

“SkillName”: “”

},

{

“BuffType”: “HealthRate”,

“Chance”: 1,

“Delay”: 1,

“Duration”: 5000,

“Value”: 8,

“AbsoluteValue”: true,

“SkillName”: “”

},

{

“BuffType”: “RemoveAllBloodLosses”,

“Chance”: 1,

“Delay”: 1,

“Duration”: 5000,

“Value”: 0,

“AbsoluteValue”: true,

“SkillName”: “”

},

{

“BuffType”: “EnergyRate”,

“Chance”: 1,

“Delay”: 1,

“Duration”: 5000,

“Value”: 8,

“AbsoluteValue”: true,

“SkillName”: “”

},

{

“BuffType”: “HydrationRate”,

“Chance”: 1,

“Delay”: 1,

“Duration”: 5000,

“Value”: 8,

“AbsoluteValue”: true,

“SkillName”: “”

},

{

“BuffType”: “StaminaRate”,

“Chance”: 1,

“Delay”: 1,

“Duration”: 5000,

“Value”: 10,

“AbsoluteValue”: true,

“SkillName”: “”

}

]

0 Likes
BIGFLOPPA

LEGEND!!!

1 Like
RogueTech67

03/23/2023 - I tested this current (3.4.1) mod as well as I could with SPT-AKI 3.5.3. Everything still seems to work fine. I found 1 issue, but it seems to be with the mod’s function overall, and not the SPT-AKI version. ISSUE: The “number of uses” is not working except for injector #1. That’s because the \src\mod .xx files are incorrect. All 5 injectors are configured to use the settings for #1. Once you correct the files, then the “number of uses” works for each of the 5 injectors (assuming you enable them in the config.json. Hope this helps anyone still using this mod.

\src\mod.js

// Config uses

if (config.Training_Stim_1.customUseAmountEnabled) {

const numUses = config.Training_Stim_1.useAmount;

items[“Training_Stim_1”]._props.MaxHpResource = numUses;

}

if (config.Training_Stim_2.customUseAmountEnabled) {

const numUses = config.Training_Stim_2.useAmount;

items[“Training_Stim_1”]._props.MaxHpResource = numUses;

}

if (config.Training_Stim_3.customUseAmountEnabled) {

const numUses = config.Training_Stim_3.useAmount;

items[“Training_Stim_1”]._props.MaxHpResource = numUses;

}

if (config.Training_Stim_4.customUseAmountEnabled) {

const numUses = config.Training_Stim_4.useAmount;

items[“Training_Stim_1”]._props.MaxHpResource = numUses;

}

if (config.Training_Stim_5.customUseAmountEnabled) {

const numUses = config.Training_Stim_5.useAmount;

items[“Training_Stim_1”]._props.MaxHpResource = numUses;

0 Likes
Shturman

can somebody help me that i can use all stims 2 times

also the vanilla stims

because i dont have the tool to read the readme file

0 Likes
Partypooper74

One stim I would like to see is one that slows your ADS stamina down so it runs out at half the time as normal, basically doubles the length of ADS time, but only lasts for 2 or 3 mins. How easy would this be to create??

0 Likes
Ashley-Mae

Hope this is updated soon

1 Like
AimVicious

Will it upgrade to 3.4.0 ?

0 Likes
FishGaming

Does anyone else have this mod cause your game to just run harder on the cpu? When I have this mod in my fan turn up more and the game runs my computer harder. I take this mod out (I’m guessing due to incompatibility with the 3.2.3 version I am on) and it runs the computer normal again during raids.

0 Likes

Details