mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-24 03:04:51 +00:00
fix: auto-mission
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -161,23 +161,23 @@ class GeneratedConfig:
|
||||
|
||||
# Group `Formation`
|
||||
Formation_burst1 = 1 # 1, 2, 3, 4
|
||||
Formation_burst2 = 1 # 1, 2, 3, 4
|
||||
Formation_pierce1 = 1 # 1, 2, 3, 4
|
||||
Formation_pierce2 = 1 # 1, 2, 3, 4
|
||||
Formation_mystic1 = 1 # 1, 2, 3, 4
|
||||
Formation_mystic2 = 1 # 1, 2, 3, 4
|
||||
Formation_burst2 = 4 # 1, 2, 3, 4
|
||||
Formation_pierce1 = 2 # 1, 2, 3, 4
|
||||
Formation_pierce2 = 4 # 1, 2, 3, 4
|
||||
Formation_mystic1 = 3 # 1, 2, 3, 4
|
||||
Formation_mystic2 = 4 # 1, 2, 3, 4
|
||||
|
||||
# Group `ManualBoss`
|
||||
ManualBoss_Enable = False
|
||||
|
||||
# Group `Normal`
|
||||
Normal_Enable = False
|
||||
Normal_Area = 2
|
||||
Normal_Area = 4
|
||||
Normal_Completion = 'clear' # clear, three_stars
|
||||
|
||||
# Group `Hard`
|
||||
Hard_Enable = False
|
||||
Hard_Area = 2
|
||||
Hard_Area = 6
|
||||
Hard_Completion = 'clear' # clear, three_stars, three_stars_chest
|
||||
|
||||
# Group `ItemStorage`
|
||||
|
||||
Reference in New Issue
Block a user