Overwatch-Item-Tracker
Overwatch-Item-Tracker copied to clipboard
Request - Option to show only currently obtainable items
Looking through the list and seeing old event items that I know I need, but can do nothing to obtain clutters up my item lists.
I'd like it if there was a global setting to hide currently unobtainable items similar to the setting that makes icons not count towards item total.
I'm not sure, this won't be easy to do as adding that icon stuff was a massive pain and all the logic that calculates totals needs to be adjusted and this is even more complex as it affects pricing.
Not to mention the fact that, without manual input, the site doesn't know what is or isn't obtainable.
Well, for knowing when an item is available or not, you could add flags that can help with that. Only one event can be on at any time, so you could add an "active" flag for events, and for limited-time-only items (one time available and never again - blizzcon) you can add another flag.