kel-z/HSR-Scanner

[feature request] Scan only specific types of relics

Opened this issue · 1 comments

Such as I only want to optimize relics for the Acheron, so I just want to scan the Pioneer Diver of Dead Waters.
But the scanner will scan nearly 1200 relics, instead of 100 relics of Pioneer Diver of Dead Waters.

This can prove to be quite complex to implement. The flow would have to look something like:

  1. Open relics inventory
  2. Click on Filter -> Set
  3. Locate checkbox for the corresponding set(s), which can involving scrolling down the set list before it's in view
  4. Parse quantity for each selected set (required so the inventory scanner knows when to stop)
  5. Exit filter menu then proceed as normal

But it is possible depending on how cooperative Tesseract OCR is. I'll keep this feature in mind.