mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Opt: Config for exercise preserve
This commit is contained in:
@@ -7547,8 +7547,25 @@
|
||||
"value": 1
|
||||
},
|
||||
"ExercisePreserve": {
|
||||
"type": "input",
|
||||
"value": 0
|
||||
"type": "select",
|
||||
"value": 5,
|
||||
"option": [
|
||||
0,
|
||||
5
|
||||
]
|
||||
},
|
||||
"AdmiralTrialTime": {
|
||||
"type": "select",
|
||||
"value": "sun18",
|
||||
"option": [
|
||||
"sun18",
|
||||
"sun12",
|
||||
"sun0",
|
||||
"sat18",
|
||||
"sat12",
|
||||
"sat0",
|
||||
"fri18"
|
||||
]
|
||||
},
|
||||
"LowHpThreshold": {
|
||||
"type": "input",
|
||||
|
||||
@@ -573,7 +573,12 @@ Exercise:
|
||||
value: max_exp
|
||||
option: [ max_exp, easiest, leftmost, easiest_else_exp ]
|
||||
OpponentTrial: 1
|
||||
ExercisePreserve: 0
|
||||
ExercisePreserve:
|
||||
value: 5
|
||||
option: [ 0, 5 ]
|
||||
AdmiralTrialTime:
|
||||
value: sun18
|
||||
option: [ sun18, sun12, sun0, sat18, sat12, sat0, fri18 ]
|
||||
LowHpThreshold: 0.4
|
||||
LowHpConfirmWait: 0.1
|
||||
OpponentRefreshValue: 0
|
||||
|
||||
Reference in New Issue
Block a user