ArchangelWTF
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
Recent Activity
Liked comment
hey guys, i add "100 round M855A1 ammo box Id": 5000 in the ChangeRelativeProbabilityInPool section, and try 3 raids in Reserve but no 100 round M855A1 ammo box found in ammo spawn points, do you have same problem? (No SVM)
Nov 7, 2025 3:02 PM
View details
Liked comment
dear author, I think i find where the problem is and i open a pull request on the github, please check
Nov 7, 2025 3:02 PM
View details
Liked comment
a mod for when you've finally gabba'd your last goolâ„¢
Oct 31, 2025 4:49 PM
View details
Liked comment
wow! Thank U so much!!! :D I need this mod forever! :3
Oct 31, 2025 4:46 PM
View details
Edited mod
Tabs {.tabset}
==============
Features
--------
**Features:**
\- Disables the 'BSG Blacklist' in the flea market so you can buy/sell high end ammo and gear again.
\- Rebalances the price of ammo depending on their stats (details below). The default flea prices for high end ammo were too low, Igolnik was cheaper than some low level bullets.
\- Rebalances the price of some blacklisted guns.
\- Configuration to make cheap offers made by you sell faster.
\- Configuration to reduce number of items for sale on the flea market to simulate scarcity.
\- Configuration to add an extra offer slot.
\- Configuration to allow you to set a custom price override for items on the flea market.
\- Configuration to blacklist any item on the flea market.
**Ammo pricing:**
Pricing for high end ammo is based on their penetration power and damage. Higher the pentration and damage, higher the price. Formula:
newPrice = advancedConfig.baselineBulletPrice \* penetrationMultiplier \* damageMultiplier \* config.blacklistedAmmoAdditionalPriceMultiplier;
To increase the price of the previously blacklisted ammo across the board, simply increase the *blacklistedAmmoAdditionalPriceMultiplier* setting in config.json.
Enable *useBalancedPricingForAllAmmo* in config.json to apply the above formula to all bullets and shotgun rounds.
**Custom flea market pricing:**
You can change the flea pricing of any item using the customItemConfigs\[\] setting in config.json.
First, get the item.\_id from <https://db.sp-tarkov.com/search>
Then add a new entry to customItemConfigs, following the existing pattern:
{
"itemId": "5c0a840b86f7742ffa4f2482", // item.\_id you just got from above
"fleaPriceMultiplier": 1.5, // the new price will be the existing price times this number
"fleaPriceOverride": 42069 // if you add a value for this, this will be the flea market value, ignoring the multiplier above
}
**Blacklist items:**
Similarly, you can blacklist any item using the above customItemConfigs. Just find the itemId and set property "blacklisted" to true.
Installation
------------
**Installation**:

(In the GIF it says 'Live Flea Prices', but the installation is the same)
Configurations
--------------
The configs have comments or notes about each of the settings so they should be quite self-explanatory. Let me know if you want more details about a certain config.
{.endtabset}
Oct 31, 2025 4:35 PM
View details
Edited mod
Updated with permission of [RainbowPC](https://hub.sp-tarkov.com/user/11181-rainbowpc/), all credit to him for all of his work on this amazing mod.
**Lots of Loot Redux**
A mod for SPT that makes loot a lot less scarce, definitively nowhere near vanilla though this mod's configuration file is very detailed and everything can be tuned up or down depending on the user's needs.
**Features:**
Loot in loose loot containers
This mod re-adds the pre 12.12 feature of items spawning in loose containers, as well as expanding on that functionality by also allowing it to use this feature for backpacks as well.
Marked rooms
Lots of Loot Redux introduces full configurability for marked rooms. Want more loot? Less loot? Rare items only? With the customizable settings this mods gives you can easily fine-tune these to your liking.
And plenty more!
**Installation**:

(In the GIF it says 'Live Flea Prices', but the installation is the same)
Oct 31, 2025 4:34 PM
View details
Created comment
Correct, the GIF was still for 3.11 as at the time a 4.0 didn't exist yet, I have updated it now.
Oct 31, 2025 4:33 PM
View details
Edited mod
Updated with permission of [RainbowPC](https://hub.sp-tarkov.com/user/11181-rainbowpc/), all credit to him for all of his work on this amazing mod.
**Lots of Loot Redux**
A mod for SPT that makes loot a lot less scarce, definitively nowhere near vanilla though this mod's configuration file is very detailed and everything can be tuned up or down depending on the user's needs.
**Features:**
Loot in loose loot containers
This mod re-adds the pre 12.12 feature of items spawning in loose containers, as well as expanding on that functionality by also allowing it to use this feature for backpacks as well.
Marked rooms
Lots of Loot Redux introduces full configurability for marked rooms. Want more loot? Less loot? Rare items only? With the customizable settings this mods gives you can easily fine-tune these to your liking.
And plenty more!
**Installation**:

(In the GIF it says 'Live Flea Prices', but the installation is the same)
Oct 31, 2025 4:31 PM
View details
Edited mod
Updated with permission of [RainbowPC](https://hub.sp-tarkov.com/user/11181-rainbowpc/), all credit to him for all of his work on this amazing mod.
**Lots of Loot Redux**
A mod for SPT that makes loot a lot less scarce, definitively nowhere near vanilla though this mod's configuration file is very detailed and everything can be tuned up or down depending on the user's needs.
**Features:**
Loot in loose loot containers
This mod re-adds the pre 12.12 feature of items spawning in loose containers, as well as expanding on that functionality by also allowing it to use this feature for backpacks as well.
Marked rooms
Lots of Loot Redux introduces full configurability for marked rooms. Want more loot? Less loot? Rare items only? With the customizable settings this mods gives you can easily fine-tune these to your liking.
And plenty more!
**Installation**:

(In the GIF it says 'Live Flea Prices', but the installation is the same)
Oct 31, 2025 4:30 PM
View details
hi :3