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

Mod Details

Limited Traders

Limited Traders 1.3.3

Created by DeadLeaves

2.3K Downloads

SPT 3.11.3 Compatible

Reduces the stock of all traders. Also allows for a chance for items to drop down loyalty tiers

This mod will make traders have a much more limited stock of items available for purchase. I use this for more hardcore economy runs.

{
"timeBetweenUpdates": 115, //How often to re-shuffle their inventory. Should be run more often than traders reset.
"tradersToLimit": //remove or add traders you want to have adjusted. Probably works for modded traders, but havent tried.
[
"5a7c2eca46aef81a7ca2145d", //Mechanic
"5ac3b934156ae10c4430e83c", //Ragman
"5c0647fdd443bc2504c2d371", //Jaeger
"54cb50c76803fa8b248b4571", //Prapor
"54cb57776803fa99248b456e", //Therapist
"5935c25fb3acc3127c3d8cd9", //Peacekeeper
"58330581ace78e27b8b10cee"//Skier
],
"categories": //Check Traders Currencies and Handbook IDs for category IDs or https://db.sp-tarkov.com/
{
"5485a8684bdc2da71d8b4567": //Ammo
{
"base": 150, //The base count of an item. In this case 300.
"random": 50//The variance of the base count. With this being 200, and Base being 300. The total spread is 100-500, or 300+/-200
},
"543be6564bdc2df4348b4568": //Throw weapon (Grenades)
{
"base": 7,
"random": 4
},
"543be5dd4bdc2deb348b4569": //Money
{
"base": 3000,
"random": 1500
},
"5447e0e74bdc2d3c308b4567": //Special items (markers, cameras, etc)
{
"base": 100,
"random": 0
},
"5448bc234bdc2d3c308b4569": //Magazines (for weapons)
{
"base": 4,
"random": 3
}
},

//If an item isnt under a specified category above. It will use the settings below.
"defaultBase": 5,
"defaultRandom": 2,

//Remove max buy count?`
"removeMaxBuyRestrictions": true,

"loyaltyMixup": false, //Alllow items to rarely drop down an item category.
"loyaltyMixupChance2": 0.03, //Roll 1 to drop down 1 category
"loyaltyMixupChance3": 0.03, //Roll 2 to drop down 1 category
"loyaltyMixupChance4": 0.03//Roll 3 to drop down 1 category.
//each roll is made individually and compound.
//This means the odds of dropping down tiers are: (if the math is wrong, sue me. IDGAF)
//1 tier: 8.7%
//2 tiers: 0.27%
//3 tiers: 0.0027%
}

This mod was inspired by some of the options of realism mod, but no code have been copied. (or even looked at)

Version 1.3.3
Download Mod Version

SPT 3.11.3

Latest Compatible SPT Version

127 Downloads

Created Mar 19th, 8:10 PM

Updated Mar 19th, 8:10 PM

Virus Total Results

Update to 3.11 (still works on 3.10)

Version 1.3.2
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

85 Downloads

Created Mar 3rd, 3:29 PM

Updated Mar 3rd, 3:29 PM

Virus Total Results
  • Added nickname to server message
  • Fixed flea not being updated with new prices and limits
Version 1.3.1
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

368 Downloads

Created Nov 26th, 2024

Updated Nov 26th, 2024

Virus Total Results
  • Updated to 3.10.0
  • fixed slow degeneration of prices and loyalty levels.
Version 1.3.0
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

406 Downloads

Created Jul 8th, 2024

Updated Jul 8th, 2024

Virus Total Results
  • Updated to 3.9.0
  • renamed folders and names to follow package.json standards
Version 1.2.0
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

551 Downloads

Created Apr 5th, 8:03 PM

Updated Apr 5th, 8:03 PM

Virus Total Results
  • Added chanceForNoStock to config. Which adds a chance for an item to not be in stock at all, regardless of rolls.
  • Made the mod track trader updates properly
Version 1.1.0
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

215 Downloads

Created Apr 2nd, 4:02 AM

Updated Apr 2nd, 4:02 AM

Virus Total Results

Updated for 3.8.0

New and more descriptive config file.

Not quite yet...