Krieger01
Member since
I'm very persistent.
{
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);
});
"
>
No Addons Yet
This user has not yet published any addons.
Recent Activity
Liked comment
I added my first draft here: https://pastebin.com/gSfKrjzL
It has progression more or less like this:
+ Ammo under 30 pen can be crafted at workbench 1
+ Ammo at around 30-40 pen can be crafted at workbench 2
+ Ammo at about 40+ can be crafted at workbench 3
+ Some of the higher tier ammo types now requires some extra tools and gunpowder
Perhaps you'll find some inspiration there, I'll probably keep tweaking it a bit more once I have played for a bit.
If anyone reading this would like to try it, just replace the file in \SPT\user\mods\VanillaCraftAmmo\db\CustomHideoutRecipes
Nov 27, 2025 2:47 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.