mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Opt: Move setting OpsiMonthBoss.Mode to top
This commit is contained in:
@@ -8365,11 +8365,7 @@
|
||||
}
|
||||
},
|
||||
"OpsiMonthBoss": {
|
||||
"CheckAdaptability": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"Hard": {
|
||||
"Mode": {
|
||||
"type": "select",
|
||||
"value": "normal",
|
||||
"option": [
|
||||
@@ -8377,6 +8373,10 @@
|
||||
"normal_hard"
|
||||
]
|
||||
},
|
||||
"CheckAdaptability": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"ForceRun": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
|
||||
@@ -591,10 +591,10 @@ OpsiAbyssal:
|
||||
OpsiStronghold:
|
||||
ForceRun: false
|
||||
OpsiMonthBoss:
|
||||
CheckAdaptability: true
|
||||
Hard:
|
||||
Mode:
|
||||
value: normal
|
||||
option: [ normal,normal_hard ]
|
||||
option: [ normal, normal_hard ]
|
||||
CheckAdaptability: true
|
||||
ForceRun: false
|
||||
OpsiMeowfficerFarming:
|
||||
ActionPointPreserve: 1000
|
||||
|
||||
Reference in New Issue
Block a user