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

feat: auto-mission

This commit is contained in:
RedDeadDepresso
2024-01-19 22:59:55 +00:00
parent a5d478ce56
commit 16453898d1
111 changed files with 3853 additions and 1 deletions
+132
View File
@@ -246,6 +246,138 @@
}
}
},
"Auto_Mission": {
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": false,
"option": [
true,
false
]
},
"NextRun": {
"type": "datetime",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
},
"Command": {
"type": "input",
"value": "Auto_Mission",
"display": "hide"
},
"ServerUpdate": {
"type": "input",
"value": "04:00",
"display": "hide"
}
},
"Formation": {
"burst1": {
"type": "select",
"value": 1,
"option": [
1,
2,
3,
4
]
},
"burst2": {
"type": "select",
"value": 1,
"option": [
1,
2,
3,
4
]
},
"pierce1": {
"type": "select",
"value": 1,
"option": [
1,
2,
3,
4
]
},
"pierce2": {
"type": "select",
"value": 1,
"option": [
1,
2,
3,
4
]
},
"mystic1": {
"type": "select",
"value": 1,
"option": [
1,
2,
3,
4
]
},
"mystic2": {
"type": "select",
"value": 1,
"option": [
1,
2,
3,
4
]
}
},
"ManualBoss": {
"Enable": {
"type": "checkbox",
"value": false
}
},
"Normal": {
"Enable": {
"type": "checkbox",
"value": false
},
"Area": {
"type": "input",
"value": 2
},
"Completion": {
"type": "select",
"value": "clear",
"option": [
"clear",
"three_stars"
]
}
},
"Hard": {
"Enable": {
"type": "checkbox",
"value": false
},
"Area": {
"type": "input",
"value": 2
},
"Completion": {
"type": "select",
"value": "clear",
"option": [
"clear",
"three_stars",
"three_stars_chest"
]
}
}
},
"Cafe": {
"Scheduler": {
"Enable": {
+37
View File
@@ -242,6 +242,43 @@ TacticalChallengeShop:
"14": false
"15": false
Formation:
burst1:
value: 1
option: [ 1, 2, 3, 4 ]
burst2:
value: 1
option: [ 1, 2, 3, 4 ]
pierce1:
value: 1
option: [ 1, 2, 3, 4 ]
pierce2:
value: 1
option: [ 1, 2, 3, 4 ]
mystic1:
value: 1
option: [ 1, 2, 3, 4 ]
mystic2:
value: 1
option: [ 1, 2, 3, 4 ]
ManualBoss:
Enable: false
Normal:
Enable: false
Area: 2
Completion:
value: clear
option: [ clear, three_stars]
Hard:
Enable: false
Area: 2
Completion:
value: clear
option: [ clear, three_stars, three_stars_chest]
ItemStorage:
AP:
stored: StoredAP
+7
View File
@@ -8,6 +8,13 @@
"DataUpdate"
]
},
"Copilot": {
"menu": "collapse",
"page": "setting",
"tasks": [
"Auto_Mission"
]
},
"Daily": {
"menu": "collapse",
"page": "setting",
+13
View File
@@ -19,6 +19,19 @@ Alas:
- Scheduler
- ItemStorage
# ==================== Copilot ====================
Copilot:
menu: 'collapse'
page: 'setting'
tasks:
Auto_Mission:
- Scheduler
- Formation
- ManualBoss
- Normal
- Hard
# ==================== Daily ====================
Daily: