Cloudy37
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
Created comment
This mod looks great but I do have a question about bot levels, is it only strictly set by the min-max deltas? I like ALP's implementation that it applies weight values to the tiers of pmc's rather than a strict level range. I like the idea of a tiny chance of an uber levelled bot but by setting the max delta to that level means the chances are too high.
In ALP it has a range say 1-14, 14-25 and while the player level is in that range bot tiers are weighted differently which leads to more variety than a strict +- range.
Hope you can understand what im trying to say :D
Nov 11, 2025 7:07 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.