mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Opt: Refactor ExercisePreserve settings
This commit is contained in:
@@ -7546,18 +7546,11 @@
|
||||
"type": "input",
|
||||
"value": 1
|
||||
},
|
||||
"ExercisePreserve": {
|
||||
"type": "select",
|
||||
"value": 5,
|
||||
"option": [
|
||||
0,
|
||||
5
|
||||
]
|
||||
},
|
||||
"AdmiralTrialTime": {
|
||||
"ExerciseStrategy": {
|
||||
"type": "select",
|
||||
"value": "sun18",
|
||||
"option": [
|
||||
"aggressive",
|
||||
"sun18",
|
||||
"sun12",
|
||||
"sun0",
|
||||
|
||||
@@ -573,12 +573,9 @@ Exercise:
|
||||
value: max_exp
|
||||
option: [ max_exp, easiest, leftmost, easiest_else_exp ]
|
||||
OpponentTrial: 1
|
||||
ExercisePreserve:
|
||||
value: 5
|
||||
option: [ 0, 5 ]
|
||||
AdmiralTrialTime:
|
||||
ExerciseStrategy:
|
||||
value: sun18
|
||||
option: [ sun18, sun12, sun0, sat18, sat12, sat0, fri18 ]
|
||||
option: [ aggressive, sun18, sun12, sun0, sat18, sat12, sat0, fri18 ]
|
||||
LowHpThreshold: 0.4
|
||||
LowHpConfirmWait: 0.1
|
||||
OpponentRefreshValue: 0
|
||||
|
||||
Reference in New Issue
Block a user