Orbitas
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 Addons Yet
This user has not yet published any addons.
Recent Activity
Edited comment
Thanks so much for all your work on this!
I believe I found an oversight with WTT's Carmel - under $type, the FDE variant of the gun uses "RealismMod.Weaponmod" instead of "RealismMod.Gun" leading to its values being ignored. Also the Carmel carbine barrel has a huge 40% more durability burn over the 0.97 of the rifle barrel, I don't know if that's intended or not.
Nov 17, 2025 2:11 PM
View details
Created comment
Thanks so much for all your work on this!
I believe I found an oversight with WTT's Carmel - under $type, the FDE variant of the gun uses "RealismMod.Weaponmod" instead of "RealismMod.Gun" leading to its values being ignored. Also the Carmel carbine barrel has a huge 40% more durability burn over the 0.97 of the rifle barrel, I don't know if that's intended or not.
Nov 17, 2025 2:11 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.