1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-24 03:04:51 +00:00

refactor: auto-mission

This commit is contained in:
RedDeadDepresso
2024-01-21 19:12:58 +00:00
parent 91bdc79fa9
commit 78c12a21dc
32 changed files with 496 additions and 229 deletions
+9 -8
View File
@@ -57,24 +57,25 @@
"ServerUpdate": "04:00"
},
"Formation": {
"burst1": 1,
"burst2": 4,
"pierce1": 2,
"pierce2": 4,
"mystic1": 3,
"mystic2": 4
"burst1": "1-1",
"burst2": "1-2",
"pierce1": "1-3",
"pierce2": "1-4",
"mystic1": "1-5",
"mystic2": "2-1",
"Substitute": false
},
"ManualBoss": {
"Enable": false
},
"Normal": {
"Enable": false,
"Area": 4,
"Area": null,
"Completion": "clear"
},
"Hard": {
"Enable": false,
"Area": 6,
"Area": null,
"Completion": "clear"
}
},