1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-05-14 15:51:54 +08:00

Refactor: Stop condition, reach level

This commit is contained in:
LmeSzinc
2021-11-14 21:46:32 +08:00
parent 2eca1a6f85
commit a6571c6d79
12 changed files with 84 additions and 80 deletions

View File

@@ -510,9 +510,9 @@
"name": "New Ship Get",
"help": "Stop current task if detected new ship has been acquired"
},
"ReachLevel120": {
"name": "Level 120 Reached",
"help": "Stop current task if all ships in fleet have reached level 120"
"ReachLevel": {
"name": "Level X Reached",
"help": "Stop current task if any ship under level X has reached level X; saving as 0 implies no limit to the level."
}
},
"Fleet": {

View File

@@ -510,9 +510,9 @@
"name": "StopCondition.GetNewShip.name",
"help": "StopCondition.GetNewShip.help"
},
"ReachLevel120": {
"name": "StopCondition.ReachLevel120.name",
"help": "StopCondition.ReachLevel120.help"
"ReachLevel": {
"name": "StopCondition.ReachLevel.name",
"help": "StopCondition.ReachLevel.help"
}
},
"Fleet": {

View File

@@ -510,9 +510,9 @@
"name": "获得新船后停止",
"help": ""
},
"ReachLevel120": {
"name": "任意舰船升从119级升至120级后停止",
"help": ""
"ReachLevel": {
"name": "舰船升至 X 级后停止",
"help": "任意等级低于 X 的舰船升级至 X 级后停止\n0 表示不限制等级"
}
},
"Fleet": {

View File

@@ -510,9 +510,9 @@
"name": "獲得新船後停止",
"help": ""
},
"ReachLevel120": {
"name": "任意艦船從119級升級至120級後停止",
"help": ""
"ReachLevel": {
"name": "艦船升至 X 級後停止",
"help": "任意等級低於 X 的艦船升級至 X 級後停止\n0 表示不限制等級"
}
},
"Fleet": {