Check for certain type of cards before proceeding with Farm (Facecard needed)
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?
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.
honestly i dont think they will take in my suggestion @LightArrowsEXE
the dev himself said the code is already a jumbled mess