1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-24 05:14:52 +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
+20 -52
View File
@@ -274,64 +274,32 @@
},
"Formation": {
"burst1": {
"type": "select",
"value": 1,
"option": [
1,
2,
3,
4
]
"type": "input",
"value": "1-1"
},
"burst2": {
"type": "select",
"value": 4,
"option": [
1,
2,
3,
4
]
"type": "input",
"value": "1-2"
},
"pierce1": {
"type": "select",
"value": 2,
"option": [
1,
2,
3,
4
]
"type": "input",
"value": "1-3"
},
"pierce2": {
"type": "select",
"value": 4,
"option": [
1,
2,
3,
4
]
"type": "input",
"value": "1-4"
},
"mystic1": {
"type": "select",
"value": 3,
"option": [
1,
2,
3,
4
]
"type": "input",
"value": "1-5"
},
"mystic2": {
"type": "select",
"value": 4,
"option": [
1,
2,
3,
4
]
"type": "input",
"value": "2-1"
},
"Substitute": {
"type": "checkbox",
"value": false
}
},
"ManualBoss": {
@@ -346,8 +314,8 @@
"value": false
},
"Area": {
"type": "input",
"value": 4
"type": "textarea",
"value": null
},
"Completion": {
"type": "select",
@@ -364,8 +332,8 @@
"value": false
},
"Area": {
"type": "input",
"value": 6
"type": "textarea",
"value": null
},
"Completion": {
"type": "select",
+13 -20
View File
@@ -243,38 +243,31 @@ TacticalChallengeShop:
"15": false
Formation:
burst1:
value: 1
option: [ 1, 2, 3, 4 ]
burst2:
value: 4
option: [ 1, 2, 3, 4 ]
pierce1:
value: 2
option: [ 1, 2, 3, 4 ]
pierce2:
value: 4
option: [ 1, 2, 3, 4 ]
mystic1:
value: 3
option: [ 1, 2, 3, 4 ]
mystic2:
value: 4
option: [ 1, 2, 3, 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:
value: null
type: textarea
Completion:
value: clear
option: [ clear, three_stars]
Hard:
Enable: false
Area: 6
Area:
value: null
type: textarea
Completion:
value: clear
option: [ clear, three_stars, three_stars_chest]