mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 14:03:44 +08:00
Refactor: Stop condition, reach level
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user