LittleLightForDestiny / littlelight

Little Light is an inventory manager/companion app for Destiny 2 for both iOS and Android. It helps guardians move their gear and track their ingame progress.
MIT License
159 stars 32 forks source link

Fixes for computed stats not matching precalculated stats #222

Closed bill0042 closed 1 year ago

bill0042 commented 1 year ago

Except for ghost shells and sparrows, all differences are gone. flutter: 0 of 913 items with issues Adding banker's rounding to _interpolate() took care of most of the differences. The remaining issues were grenade launchers with stats going over 100 (handling on Witherhoard, blast radius on others). On Witherhoard, the calculation for equipped added up to 103 and then equipped was reduced to 97 to allow the masterwork to add 3. The calculation for the masterwork calculated equipped as 100 so masterwork got 0. End result was 97 for Witherhoard handling when it should have been 100.