You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when grouping powers by usage, at-wills come before encounters, which come before dailies. This is in increasing order of availability, which makes sense. However, when sorting powers by usage, the order swaps to at-will, then daily, then encounter. This is because useType is a string, and the sorting comparator just goes in alphabetical order. It would be really nice if the power use sort order could be changed to match the grouping order, since that's the order that makes the most sense.