1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-24 05:14:52 +00:00

fix: auto-mission

This commit is contained in:
RedDeadDepresso
2024-01-19 23:29:20 +00:00
parent 16453898d1
commit f086844e92
5 changed files with 30 additions and 29 deletions
+7 -7
View File
@@ -285,7 +285,7 @@
},
"burst2": {
"type": "select",
"value": 1,
"value": 4,
"option": [
1,
2,
@@ -295,7 +295,7 @@
},
"pierce1": {
"type": "select",
"value": 1,
"value": 2,
"option": [
1,
2,
@@ -305,7 +305,7 @@
},
"pierce2": {
"type": "select",
"value": 1,
"value": 4,
"option": [
1,
2,
@@ -315,7 +315,7 @@
},
"mystic1": {
"type": "select",
"value": 1,
"value": 3,
"option": [
1,
2,
@@ -325,7 +325,7 @@
},
"mystic2": {
"type": "select",
"value": 1,
"value": 4,
"option": [
1,
2,
@@ -347,7 +347,7 @@
},
"Area": {
"type": "input",
"value": 2
"value": 4
},
"Completion": {
"type": "select",
@@ -365,7 +365,7 @@
},
"Area": {
"type": "input",
"value": 2
"value": 6
},
"Completion": {
"type": "select",
+7 -7
View File
@@ -247,19 +247,19 @@ Formation:
value: 1
option: [ 1, 2, 3, 4 ]
burst2:
value: 1
value: 4
option: [ 1, 2, 3, 4 ]
pierce1:
value: 1
value: 2
option: [ 1, 2, 3, 4 ]
pierce2:
value: 1
value: 4
option: [ 1, 2, 3, 4 ]
mystic1:
value: 1
value: 3
option: [ 1, 2, 3, 4 ]
mystic2:
value: 1
value: 4
option: [ 1, 2, 3, 4 ]
ManualBoss:
@@ -267,14 +267,14 @@ ManualBoss:
Normal:
Enable: false
Area: 2
Area: 4
Completion:
value: clear
option: [ clear, three_stars]
Hard:
Enable: false
Area: 2
Area: 6
Completion:
value: clear
option: [ clear, three_stars, three_stars_chest]