mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Add: Several Submarine supports and EnemyFilter; add EventB, EventD
This commit is contained in:
@@ -151,10 +151,18 @@ class GeneratedConfig:
|
||||
EventAb_StageFilter = 'A1 > A2 > A3 > B1 > B2 > B3'
|
||||
EventAb_LastStage = 0
|
||||
|
||||
# Group `EventB`
|
||||
EventB_StageFilter = 'B1 > B2 > B3'
|
||||
EventB_LastStage = 0
|
||||
|
||||
# Group `EventCd`
|
||||
EventCd_StageFilter = 'C1 > C2 > C3 > D1 > D2 > D3'
|
||||
EventCd_LastStage = 0
|
||||
|
||||
# Group `EventD`
|
||||
EventD_StageFilter = 'D1 > D2 > D3'
|
||||
EventD_LastStage = 0
|
||||
|
||||
# Group `Raid`
|
||||
Raid_Mode = 'hard' # easy, normal, hard
|
||||
Raid_UseTicket = False
|
||||
|
||||
Reference in New Issue
Block a user