LotroCompanion / lotro-companion

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

Tactical Critical Multiplier stats: bad number of digits #354

Closed dmorcellet closed 3 months ago

dmorcellet commented 1 year ago

In the game tooltips, items with those stats usually have 3 fractional digits. We use 2 digits for percentage stats now. Investigate the source of this difference.

dmorcellet commented 1 year ago

Main issue is that the internal storage for values is limited to 2 digits max.

dmorcellet commented 3 months ago

Constants are now stored as floats. We now use 3 digits for this stat. Done.