mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 17:33:45 +08:00
Fix: Change Default ExersiceStrategy to aggressive
This commit is contained in:
@@ -1466,7 +1466,7 @@
|
|||||||
"Exercise": {
|
"Exercise": {
|
||||||
"OpponentChooseMode": "max_exp",
|
"OpponentChooseMode": "max_exp",
|
||||||
"OpponentTrial": 1,
|
"OpponentTrial": 1,
|
||||||
"ExerciseStrategy": "sun18",
|
"ExerciseStrategy": "aggressive",
|
||||||
"LowHpThreshold": 0.4,
|
"LowHpThreshold": 0.4,
|
||||||
"LowHpConfirmWait": 0.1,
|
"LowHpConfirmWait": 0.1,
|
||||||
"OpponentRefreshValue": 0,
|
"OpponentRefreshValue": 0,
|
||||||
|
|||||||
@@ -7548,7 +7548,7 @@
|
|||||||
},
|
},
|
||||||
"ExerciseStrategy": {
|
"ExerciseStrategy": {
|
||||||
"type": "select",
|
"type": "select",
|
||||||
"value": "sun18",
|
"value": "aggressive",
|
||||||
"option": [
|
"option": [
|
||||||
"aggressive",
|
"aggressive",
|
||||||
"sun18",
|
"sun18",
|
||||||
|
|||||||
@@ -574,7 +574,7 @@ Exercise:
|
|||||||
option: [ max_exp, easiest, leftmost, easiest_else_exp ]
|
option: [ max_exp, easiest, leftmost, easiest_else_exp ]
|
||||||
OpponentTrial: 1
|
OpponentTrial: 1
|
||||||
ExerciseStrategy:
|
ExerciseStrategy:
|
||||||
value: sun18
|
value: aggressive
|
||||||
option: [ aggressive, sun18, sun12, sun0, sat18, sat12, sat0, fri18 ]
|
option: [ aggressive, sun18, sun12, sun0, sat18, sat12, sat0, fri18 ]
|
||||||
LowHpThreshold: 0.4
|
LowHpThreshold: 0.4
|
||||||
LowHpConfirmWait: 0.1
|
LowHpConfirmWait: 0.1
|
||||||
|
|||||||
@@ -340,7 +340,7 @@ class GeneratedConfig:
|
|||||||
# Group `Exercise`
|
# Group `Exercise`
|
||||||
Exercise_OpponentChooseMode = 'max_exp' # max_exp, easiest, leftmost, easiest_else_exp
|
Exercise_OpponentChooseMode = 'max_exp' # max_exp, easiest, leftmost, easiest_else_exp
|
||||||
Exercise_OpponentTrial = 1
|
Exercise_OpponentTrial = 1
|
||||||
Exercise_ExerciseStrategy = 'sun18' # aggressive, sun18, sun12, sun0, sat18, sat12, sat0, fri18
|
Exercise_ExerciseStrategy = 'aggressive' # aggressive, sun18, sun12, sun0, sat18, sat12, sat0, fri18
|
||||||
Exercise_LowHpThreshold = 0.4
|
Exercise_LowHpThreshold = 0.4
|
||||||
Exercise_LowHpConfirmWait = 0.1
|
Exercise_LowHpConfirmWait = 0.1
|
||||||
Exercise_OpponentRefreshValue = 0
|
Exercise_OpponentRefreshValue = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user