Unsweeticetea / StrictlyWorseArmor

Sorts for any strictly worse armor given a Destiny Item Manager armor export
GNU General Public License v3.0
10 stars 3 forks source link

[Suggestion] Option for mobility outside of hunter armor. #3

Open progenitor-amborella opened 1 year ago

progenitor-amborella commented 1 year ago

Specifically, for Blink, different mobility values can provide different ways to use blink. However, low mobility isn't strictly bad for this. The whole range is usable depending on what you try to achieve.

Would it be possible for manual range selection?

Unsweeticetea commented 1 year ago

I could do something like this. Currently it just checks if a piece is for a Hunter when considering Mobility, would you prefer an option at runtime that just asks if you want it to consider Mobility?

Until that feature is added, it should be relatively trivial using the DIM searches it generates to see that a marked set of armor has a higher mobility score, it just requires a bit more care before deleting stuff.

progenitor-amborella commented 1 year ago

Definitely think it could be a lower priority thing, and like you said tools are readily available. I think at runtime would probably be the easiest?