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 that i can create items that will be enhanced versions of normal items for example Leather Jacket +1 or something like that but i have 144 items in my mod that user can dismantle/craft so creating for example 10 upgraded items for each one item will be rather hard and who will use mod that have more than thousand files.
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 that i can create items that will be enhanced versions of normal items for example Leather Jacket +1 or something like that but i have 144 items in my mod that user can dismantle/craft so creating for example 10 upgraded items for each one item will be rather hard and who will use mod that have more than thousand files.