mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-22 20:46:52 +08:00
@@ -121,7 +121,7 @@ class ManualConfig:
|
||||
MAP_CHAPTER_SWITCH_20241219_SPEX = False
|
||||
# Since event_20241219_cn chapter B unlocks event startup
|
||||
# which means chapter AB are continuous
|
||||
STAGE_INCREASE_AB = False
|
||||
STAGE_INCREASE_AB = True
|
||||
# Insert anything to STAGE_INCREASE
|
||||
STAGE_INCREASE_CUSTOM = ''
|
||||
MAP_HAS_CLEAR_PERCENTAGE = True
|
||||
|
||||
@@ -372,8 +372,7 @@ class FastForwardHandler(AutoSearchHandler):
|
||||
# Insert custom increase logic
|
||||
if self.config.STAGE_INCREASE_AB:
|
||||
stage_increase = [
|
||||
'A1 > A2 > A3 > B1 > B2 > B3',
|
||||
'C1 > C2 > C3 > D1 > D2 > D3',
|
||||
'A1 > A2 > A3 > B1 > B2 > B3',
|
||||
] + stage_increase
|
||||
custom = self.config.STAGE_INCREASE_CUSTOM
|
||||
if custom:
|
||||
|
||||
Reference in New Issue
Block a user