1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-23 13:18:01 +08:00

Upd: [MAA] Update MaaFight.Series values and options to include DISABLE and AUTO (#4827)

This commit is contained in:
travellerse
2025-05-24 23:07:34 +08:00
committed by GitHub
parent 8d61802fd1
commit 14ff6ab8ae
8 changed files with 29 additions and 15 deletions

View File

@@ -226,7 +226,9 @@
},
"Series": {
"name": "Series",
"help": "arknights native repeat stage option",
"help": "Arknights native repeat stage option.\n\"DISABLE\" does not adjust the in-game repeat count setting. If there is not enough sanity to complete the current in-game setting, the task will end directly.\n\"AUTO\" automatically identifies the maximum repeat count for the level, maintaining the maximum repeat count without overflowing sanity.\n\"1-6\" perform the selected number of repetitions. If the current sanity is not enough to complete the set number (such as only enough for 5 times but set to 6 times), the task will end directly.",
"-1": "DISABLE",
"0": "AUTO",
"1": "1",
"2": "2",
"3": "3",