Fate-Grand-Automata / FGA

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

Soujuurou #1811

Open ArthurKun21 opened 2 months ago

ArthurKun21 commented 2 months ago

Soujuurou

output_720p


Updated to use [ and ] to signify the Special command

[SCQ] -> Soujuurou Change Quick

[SCA] -> Soujuurou Change Arts

[SCB] -> Soujuurou Change Buster


All new Special Target have special condition that one of the commands must not look like the starting string for another code

For Example

[SCB] -> Soujuurou Change Buster

There should be no [SC] command, as having so will create problems when parsing. Already added checker on the code that will throw an error when run on device.


Updated the error message when manually entering skill command for more clarity

image


fixes #1841

ArthurKun21 commented 2 months ago

This script is working, we just need to discuss something about the commands to be laid out.

vybze commented 1 month ago

I was thinking about replacing Emiya with Command Card Change (CCC) and then adding options for the different servants within this option

oppaio commented 1 month ago

when will this get implemented?

ArthurKun21 commented 3 weeks ago

PR is now ready for more testing.

ArthurKun21 commented 3 weeks ago

Might be good idea to start migrating other special commands too

Kukulcan

Transform

But let the old code stay here for backwards compatibility, but any new codes would use the new format

or probably in a new PR after this get merged.