FGA icon indicating copy to clipboard operation
FGA copied to clipboard

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

Open Jokakun opened this issue 2 years ago • 2 comments

Preparation

  • [X] No one has asked for this feature before in other issues (even the closed ones)

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.

Jokakun avatar Aug 02 '23 09:08 Jokakun

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

the3dsandwich avatar Aug 02 '23 12:08 the3dsandwich

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.

TheRealPlagiariser avatar Sep 29 '23 15:09 TheRealPlagiariser