1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-24 05:35:56 +08:00

Merge pull request #2423 from guoh064/dev

Opt: Clear exercise attempts after final recovery (#2184)
This commit is contained in:
LmeSzinc
2023-04-11 21:51:12 +08:00
committed by GitHub
12 changed files with 182 additions and 21 deletions

View File

@@ -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 后撤退",