mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-30 07:23:52 +08:00
Opt: Refactor ExercisePreserve settings
This commit is contained in:
@@ -2035,22 +2035,17 @@
|
||||
"name": "每个对手尝试 X 次",
|
||||
"help": ""
|
||||
},
|
||||
"ExercisePreserve": {
|
||||
"name": "保留 X 次演习次数",
|
||||
"help": "保留 5 次时会在周日晚上强制清空剩余次数",
|
||||
"0": "0",
|
||||
"5": "5"
|
||||
},
|
||||
"AdmiralTrialTime": {
|
||||
"name": "在 X 时冲击元帅",
|
||||
"help": "仅当保留 5 次演习次数时生效。只在设定时间点通过用光所有次数来尝试达到元帅",
|
||||
"sun18": "星期天18点",
|
||||
"sun12": "星期天12点",
|
||||
"sun0": "星期天0点",
|
||||
"sat18": "星期六18点",
|
||||
"sat12": "星期六12点",
|
||||
"sat0": "星期六0点",
|
||||
"fri18": "星期五18点"
|
||||
"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