FishGaming
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);
});
"
>
No Mods Yet
This user has not yet published any mods.
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 26, 2025 1:33 PM
View details
Created comment
Definitely agree with the higher tier workbench levels!
Nov 25, 2025 2:23 PM
View details
Liked comment
Nice idea, was looking for something like this.
Some things I'd like to see improved:
+ Require a tool for these ammo crafts in addition to the screws/wires etc.
+ Move the higher tier ammo to higher tier workbenches, I was able to make the best ammo in the game at workbench 1 basically.
Nov 25, 2025 2:22 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.