
Some custom stims to help out early game (and beyond)
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!
1.2K Downloads
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
1.4K Downloads
Updated to SPT 3.4.1
510 Downloads
Updated to 3.3.0
982 Downloads
Small mistake so had to reupload
Compatible SPT 3.2.2
116 Downloads
No changes worth noting
Updated to current SPT version - SPT 3.2.2
546 Downloads
Added configurable amount of uses.
Also fixed the JSON error. Those pesky commas!
Good luck out there
Details
-
GUID
Not Available
-
License
-
Latest Version VirusTotal Result
https://www.virustotal.com/gui/file/719f4b2c4d5170b8189405ad96e9d7804c823202a2d88f640212e26aeb7962f5
Works on 3.8.0
3.7.0 is ok
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”: “”
}
]
LEGEND!!!
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;
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
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??
Hope this is updated soon
Will it upgrade to 3.4.0 ?
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.