Fate-Grand-Automata / FGA

Auto-battle app for F/GO Android
https://fate-grand-automata.github.io
MIT License
1.45k stars 268 forks source link

Wait for at least 100% NP before unleashing all skills. #1647

Open Jokakun opened 1 year ago

Jokakun commented 1 year ago

Preparation

Describe the feature

Check If Servant A has at least 100% NP and above in order to unleash all NP & skills from all servants. If not random attack until above condition is true.

the3dsandwich commented 1 year ago

In order for this to be implemented, we need to be able to do the following:

Since FGA doesn't (yet) have full OCR support, we rely on matching specific images at certain location on the screen.

This makes it difficult to know if a servant can use their NP.

If there's a way to know then this may have a chance to be implemented

TheRealPlagiariser commented 11 months ago

In order for this to be implemented, we need to be able to do the following:

  • detect a servant has a full NP charge or 100%+ NP, and
  • do the above without "reading" the 100% NP charge text

Since FGA doesn't (yet) have full OCR support, we rely on matching specific images at certain location on the screen.

This makes it difficult to know if a servant can use their NP.

If there's a way to know then this may have a chance to be implemented

I believe we could re-use card checking functionality to find if a servant has charge, as they will have their NP card available.