1
0
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:
LmeSzinc
2020-11-24 17:45:00 +08:00
parent 7a85ceda34
commit cdd1d5ca2f
8 changed files with 52 additions and 16 deletions

View File

@@ -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