function source

03/20/2018 12:02 uki0008#1
Where in the source there is a function that retrieves the values of built-in bonuses 1-3 (from item proto) and assigns it to a given item.
I am asking for any suggestions.
Sorry for my English.
03/20/2018 12:08 DasSchwarzeT#2
item_manager.cpp, CreateItem method
Seems to be done like this:

Code:
item->SetProto(table);
03/20/2018 12:25 uki0008#3
OK thanks.
But it does not give me much.
Maybe I will write what I mean, I want to do something that any selected built-in bonus 1-3 will be increased by 10%.
Any tips on how to achieve this?