Agoelia
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);
});
"
>
This user has not yet published any mods.
Recent Activity
Created comment
I'm 99% sure something is wrong with the boss invasion option.
I set the chance to 1, but I CONSTANTLY meet foreign bosses everywhere I go, sometimes more than one.
There's only 10 bosses in Tarkov (-1 since almost each map has its own boss) bosses in Tarkov, and if we apply the 1% chance of spawn to each one individually, the chance of NONE of the invading bosses spawning should be about 91%, but that's not what I'm seeing.
This is obviously excluding the raids where an invasion preset is selected, as that drastically increases the chances.
Oct 25, 2025 9:46 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.