mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Add: Chapter SP
- Spilt map config MAP_CHAPTER_SWITCH_20241219 and MAP_HAS_MODE_SWITCH
This commit is contained in:
@@ -197,7 +197,7 @@ class CampaignUI(MapOperation, CampaignEvent, CampaignOcr):
|
||||
Button:
|
||||
"""
|
||||
entrance_name = name
|
||||
if self.config.MAP_HAS_MODE_SWITCH or self.config.MAP_CHAPTER_SWITCH_20241219:
|
||||
if self.config.MAP_HAS_MODE_SWITCH:
|
||||
for mode_name in self.campaign_get_mode_names(name):
|
||||
if mode_name in self.stage_entrance:
|
||||
name = mode_name
|
||||
|
||||
@@ -265,7 +265,7 @@ class MapOperation(MysteryHandler, FleetPreparation, Retirement, FastForwardHand
|
||||
bool: If map mode satisfied
|
||||
Always True if map doesn't have mode switch in map preparation
|
||||
"""
|
||||
if not self.config.MAP_HAS_MODE_SWITCH and not self.config.MAP_CHAPTER_SWITCH_20241219:
|
||||
if not self.config.MAP_HAS_MODE_SWITCH:
|
||||
return True
|
||||
|
||||
if mode == 'normal':
|
||||
|
||||
Reference in New Issue
Block a user