mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Add: EXERCISE_CHOOSE_MODE == leftmost and EXERCISE_PRESERVE functioning
This commit is contained in:
@@ -226,7 +226,7 @@ class AzurLaneConfig:
|
||||
module.exercise
|
||||
"""
|
||||
ENABLE_EXERCISE = True
|
||||
EXERCISE_CHOOSE_MODE = 'max_exp'
|
||||
EXERCISE_CHOOSE_MODE = 'max_exp' # 'max_exp', 'easiest', 'leftmost', 'easiest_else_exp'
|
||||
EXERCISE_PRESERVE = 0
|
||||
LOW_HP_THRESHOLD = 0.40
|
||||
LOW_HP_CONFIRM_WAIT = 1.0
|
||||
|
||||
Reference in New Issue
Block a user