mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 09:05:34 +08:00
Merge pull request #2423 from guoh064/dev
Opt: Clear exercise attempts after final recovery (#2184)
This commit is contained in:
@@ -2035,9 +2035,17 @@
|
||||
"name": "每個對手嘗試 X 次",
|
||||
"help": ""
|
||||
},
|
||||
"ExercisePreserve": {
|
||||
"name": "保留 X 次演習次數",
|
||||
"help": ""
|
||||
"ExerciseStrategy": {
|
||||
"name": "演習策略",
|
||||
"help": "若保留 5 次,則會在設定時間嘗試衝擊元帥,並在周日18點刷新后清空所有次數",
|
||||
"aggressive": "保留 0 次",
|
||||
"sun18": "保留 5 次直到星期日 18 點",
|
||||
"sun12": "保留 5 次直到星期日 12 點",
|
||||
"sun0": "保留 5 次直到星期日 0 點",
|
||||
"sat18": "保留 5 次直到星期六 18 點",
|
||||
"sat12": "保留 5 次直到星期六 12 點",
|
||||
"sat0": "保留 5 次直到星期六 0 點",
|
||||
"fri18": "保留 5 次直到星期五 18 點"
|
||||
},
|
||||
"LowHpThreshold": {
|
||||
"name": "血量低於 X 後撤退",
|
||||
|
||||
Reference in New Issue
Block a user