egbog
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);
});
"
>
Recent Activity
Liked comment
It would be nice to have something like this for the parts of the armor that can't be replaced though.
Like still leave swappable plates themselves as they are, but the armors that have built-in plates be able to be repaired.
Oct 26, 2025 9:02 PM
View details
Created comment
Yeah I see what you mean, like fixing up the soft armor inserts and whatnot. I'll think about it
Oct 26, 2025 9:01 PM
View details
Добрый день не могли бы Вы подсказать что нужно сделать в файле dll для мода Долговечный ремонт?Попробовал перенес в 3.11 с файлом dll для BepInEx происходит ошибка с любым предметом,а без него ремонтные комплекты просто чинят оружие не восстанавливает его прочность.