Hi, is there way for permanently modifying items? Something like
set_item_stat(item, ITEM_MAX_DAMAGE, 50);
I am creating crafting mod and crafting/dismantling works but i wanted to add upgrade system so user can dismantle items and upgrade other items with ingredients from dismantling. I know...