1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

feat: add bounty gui option

This commit is contained in:
2023-11-20 16:21:40 +08:00
parent 9d3e581321
commit 8ea95dc340
10 changed files with 294 additions and 1 deletions
+90
View File
@@ -257,6 +257,96 @@
}
}
},
"Bounty": {
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": true,
"option": [
true,
false
]
},
"NextRun": {
"type": "datetime",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
},
"Command": {
"type": "input",
"value": "Bounty",
"display": "hide"
},
"ServerUpdate": {
"type": "input",
"value": "04:00",
"display": "hide"
}
},
"Highway": {
"Stage": {
"type": "select",
"value": 1,
"option": [
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
"Count": {
"type": "input",
"value": 2
}
},
"DesertRailroad": {
"Stage": {
"type": "select",
"value": 1,
"option": [
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
"Count": {
"type": "input",
"value": 2
}
},
"Schoolhouse": {
"Stage": {
"type": "select",
"value": 1,
"option": [
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
"Count": {
"type": "input",
"value": 2
}
}
},
"TacticalChallenge": {
"Scheduler": {
"Enable": {
+16
View File
@@ -81,6 +81,22 @@ Cafe:
AutoAdjust: true
SecondCafe: true
Highway:
Stage:
value: 1
option: [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ]
Count: 2
DesertRailroad:
Stage:
value: 1
option: [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ]
Count: 2
Schoolhouse:
Stage:
value: 1
option: [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ]
Count: 2
TacticalChallenge:
PlayerSelect:
value: 0
+3
View File
@@ -13,6 +13,9 @@ Mail:
Circle:
Scheduler:
Enable: true
Bounty:
Scheduler:
Enable: true
TacticalChallenge:
Scheduler:
Enable: true
+1
View File
@@ -14,6 +14,7 @@
"Cafe",
"Mail",
"Circle",
"Bounty",
"TacticalChallenge",
"DataUpdate"
]
+5
View File
@@ -29,6 +29,11 @@ Daily:
- Scheduler
Circle:
- Scheduler
Bounty:
- Scheduler
- Highway
- DesertRailroad
- Schoolhouse
TacticalChallenge:
- Scheduler
- TacticalChallenge