LotroCompanion / lotro-companion

A graphical tool to manage your Lotro Characters (including gear/stats simulation)
28 stars 3 forks source link

damage and dps values for crafted critted items are different in-game #599

Closed Sagarmatha-8848 closed 3 months ago

Sagarmatha-8848 commented 3 months ago

The dps and damage values for the crit version of crafted weapons are not the same as non-crit but LC shows the same values for both items.

LC_Forged_Cutlass_il514 crafted_weapons_dps_diff
dmorcellet commented 3 months ago

Found out why. The effective item level was not used to compute the DPS and the min/max damage value. There is another problem: in LC, the stats are computed using the item level, while the game uses 'item level+1'... Don't know why.

dmorcellet commented 3 months ago

Oh. I see why: itemLevelOffset="1" is not used here.

dmorcellet commented 3 months ago

Fixed.