FGA icon indicating copy to clipboard operation
FGA copied to clipboard

Check for certain type of cards before proceeding with Farm (Facecard needed)

Open Jokakun opened this issue 10 months ago • 2 comments

Preparation

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

Describe the feature

I'm sure this feature request already exist, but here goes. If (1 or 2 or 3 Buster Card of Servant A) is present in Turn 1, proceed with battle config If not, just use normal attack (Maybe Guts skill for berserker) until turn 1 ends 2nd If (1 or 2 or 3 Buster Card of Servant A) is present in Turn 2, proceed with battle config 2nd If not, just use normal attack until turn 2 ends.

or is that too complicated and impossible to implement?

Jokakun avatar Feb 21 '25 05:02 Jokakun

I think an ideal extension of this idea would be to allow for full on, indepth if/else chains.

If (condition); do abc. Else if (condition); do xyz. Else (no matching conditions); do something else (could be something like exit node and retry, use a master skill, a different chain entirely, etc.).

Something like that should be much more flexible and support suggestions like this, but may also require a lot of dev time to add new options, logic for handling different chains (both functional and in the UI), etc.

LightArrowsEXE avatar Jun 28 '25 09:06 LightArrowsEXE

honestly i dont think they will take in my suggestion @LightArrowsEXE

the dev himself said the code is already a jumbled mess

Jokakun avatar Jun 28 '25 09:06 Jokakun