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
{{ message }}
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.
So I can add a filter to sort by Highest status (fastest hero, tankiest hero, etc) for people to compare.
Will probably need to create a new component which will decide between using a "table row" and the current "ListItem".
I'll need to add the status to the API to be returned on the hero list too. Question is, which status to use.. I think the best would be lv60SixStarFullyAwakened.
The text was updated successfully, but these errors were encountered:
Level 60 Awakened sounds like the most useful sort option to start. Since we have the data, I think it'd be a neat future enhancement to be able to switch which stats we're viewing, so I can find the fastest level 50 while I'm a noob.
This also means you would need to display base stats on the table view, though. "Sort by Speed" doesn't tell me that Assassin Cidd only has 3 more speed than Assassin Coli (I have no idea if that's true. Just random values).
So I can add a filter to sort by Highest status (fastest hero, tankiest hero, etc) for people to compare.
Will probably need to create a new component which will decide between using a "table row" and the current "ListItem".
I'll need to add the status to the API to be returned on the hero list too. Question is, which status to use.. I think the best would be
lv60SixStarFullyAwakened
.The text was updated successfully, but these errors were encountered: