-
Notifications
You must be signed in to change notification settings - Fork 42
Summon selection
You can force Zooey to select summons among a list of preferences before starting each battle, and force a summon list reset if your favourite summon(s) could not be found. This list of preferences is configured by the parameter PreferredSummons
under the Summon
section. Please note that there is a different list of preferred summons for nightmare modes, which you can configure with the parameter NightmareModePreferredSummons
. This parameter is a comma-delimited list of summons, where names are not case-sensitive.
It is also possible to require a specific "bless rank" for preferred summons. For instance, you can choose to select only maximum limit break or final limit break Bahamut summons by typing Bahamut_1
in your list of preferred summons. If the "bless rank" is not specified (Bahamut
for instance), then Bahamut summons of any level will be selected. To select only final limit break Bahamut summons, type in Bahamut_2
in your list of preferred summons.
The syntax is (summon name)_(bless rank)
.
"Bless rank" 0 (or unspecified) will select any summon matching summon name
.
"Bless rank" 1 will select any summon matching summon name
which is maximum limit break or final limit break.
"Bless rank" 2 will select any summon matching summon name
which is final limit break.
Make sure to set the parameter RerollSummonWhenNoPreferredSummonWasFound
to true to force summon rerolling.
To force summon rerolling for the nightmare mode, set the parameter RerollSummonWhenNoPreferredSummonWasFoundForNightmareMode
to true.
You can have the same summon appear multiple times but with different bless ranks, such as Bahamut_2,Hades_1,Bahamut_1
for instance. If no final limit break Bahamut is available, then maximum limit break Hades will be chosen. If no final limit break Bahamut and no maximum limit break Hades are available, then any maximum limit break Bahamut will be chosen, if possible.