eRose-DatabaseCleaning / STB

0 stars 1 forks source link

item stats are located in LIST_JEMITEM.STB ? #1

Closed laurenzzo closed 7 years ago

laurenzzo commented 8 years ago

test by changing a value is needed

hdelanno commented 8 years ago

Yes, they are. An item, as it is by default, can have one "stat". Either the gem stat or the "normal blue stats". Those stats are listed in this STB file. With the first 100 (?) lines for normal apparaisal stats, the next 40 (?) for quest/donate item stats and then stats from gems. You can find this in Calculation.cpp [1] in the sources. It is the variable GEM_OP.

[1] https://github.com/PurpleYouko/Wibble_Wibble/blob/master/Rose_Engine/Client/Common/Calculation.cpp#L218-L275 (for evo but still gives the idea)