mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Add: Change flagship when level >= 32
This commit is contained in:
@@ -95,6 +95,7 @@ class AzurLaneConfig:
|
||||
module.combat.level
|
||||
"""
|
||||
LV120_TRIGGERED = False
|
||||
LV32_TRIGGERED = False
|
||||
|
||||
"""
|
||||
module.campaign
|
||||
@@ -113,6 +114,7 @@ class AzurLaneConfig:
|
||||
STOP_IF_TRIGGER_EMOTION_LIMIT = False
|
||||
STOP_IF_DOCK_FULL = False
|
||||
STOP_IF_REACH_LV120 = False
|
||||
STOP_IF_REACH_LV32 = False
|
||||
STOP_IF_MAP_REACH = 'no' # no, map_100, map_3_star, map_green_without_3_star, map_green
|
||||
STOP_IF_GET_SHIP = False
|
||||
|
||||
@@ -124,6 +126,13 @@ class AzurLaneConfig:
|
||||
# In Dreamwaker's Butterfly (event_20200917) add new stage entrance icons, called `blue`.
|
||||
STAGE_ENTRANCE = ['normal'] # normal, blue, half
|
||||
|
||||
"""
|
||||
gems_farming
|
||||
"""
|
||||
GEMS_STAGE = 'A3'
|
||||
GEMS_FLEET_1 = 3
|
||||
GEMS_FLEET_2 = 5
|
||||
|
||||
"""
|
||||
module.event
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user