-
-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update maxpower calculations to consider account-wide max power #10489
Comments
It's still useful to be able to see a character's max equipable/infusible power too, so it'd be nice to still be both |
Perhaps this should be a new search, |
I hit 2000 drop last week and can confirm that evaluation of the current maximum power level (which is later used to evaluate power level of new loot) uses both weapons and armor from the whole account rather than weapons account-wide and armor class-specific. It would be nice to update the popup with gear power levels to reflect this value. The first armor column is maximum equipable armor, the second is maximum armor overall. Probably these columns must be labeled. |
And it looks like the issue with gear on other characters is still here. Essentially, while you play on char 1, but your max gear is on char 2, the game sometimes forgets this and uses only the gear on char 1, their postmaster and vault. Cheese Forever covered it here. This sometimes is when you move max power gear (mostly weapons) via API to other chars. I will use next notation as a shortcut. What just happened to me: This happened because I moved my 1998 kinetic and 1999 energy from vault to titan via API (ex. DIM) and then dismantled them. Game registered neither my new 2000 kinetic and probably nor any other new 2000 loot for hunter. In that case my max gear for hunter was [1995 h, 1989 V, 2000 V, 1998 V, 1999 w, 1999 w, 1999 w, 2000 w] with average 1997 3/8 which matches Ex Diris PL. |
I think this should be done with #10577? |
The algorithm for "drop power" has changed in The Final Shape, we should change our maxpower filters and the gear power menu to account for that.
The text was updated successfully, but these errors were encountered: