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

Added partial level progress bar, power level diff on each item, fixed _achievableAverage #218

Closed bill0042 closed 1 year ago

bill0042 commented 1 year ago

Added progress bar to show fractional amount over level. Added difference values to each max power item. Fixed issue in achievableAverage function. Changed it to use int math to avoid any rounding issues, continue looping only with whole level increases. Changed achievedPowerfulTier and achievedPinnacleTier to use >= instead of >