1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 14:27:00 +08:00

Refactor: Exercise module, mode easiest_else_exp might have issues

This commit is contained in:
LmeSzinc
2021-09-23 02:31:08 +08:00
parent eb7886df61
commit e607c920cf
9 changed files with 114 additions and 45 deletions

View File

@@ -152,4 +152,13 @@ class GeneratedConfig:
# Func `Hard`
Hard_HardStage = '11-4'
Hard_HardFleet = 1
Hard_HardFleet = 1 # 1, 2
# Func `Exercise`
Exercise_OpponentChooseMode = 'max_exp' # max_exp, easiest, leftmost, easiest_else_exp
Exercise_OpponentTrial = 1
Exercise_ExercisePreserve = 0
Exercise_LowHpThreshold = 0.4
Exercise_LowHpConfirmWait = 0.1
OpponentRefresh_Count = 0
OpponentRefresh_Record = datetime.datetime(2020, 1, 1, 0, 0)