Shells don't change when items go from r8 to r7. How can I change it? I want the shells to change.
It's because in the downgrade, there is no method that says that u generate a new shell. Just Generate it again when u downgrade or remove the handler, which stops the Downgrade from generating a shellQuote:
The shells in the sword downgrade from r8 to r7 properties of mussels remain constant and do not change.
if (!isHeroEquipmentDowngrade)
{
GenerateHeroicShell(protection);
}
case RarifyMode.HeroEquipmentDowngrade:
{
rarify(7, true); // <- Set to false
return;
}