mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-09 20:04:52 +00:00
feat: mission/commissions/event
This commit is contained in:
@@ -730,7 +730,7 @@
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "input",
|
||||
"value": "15:00",
|
||||
"value": "14:00",
|
||||
"display": "hide"
|
||||
}
|
||||
},
|
||||
@@ -747,6 +747,33 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"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": "Mission",
|
||||
"display": "hide"
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "input",
|
||||
"value": "04:00",
|
||||
"display": "hide"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Circle": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
"tasks": [
|
||||
"Bounty",
|
||||
"Scrimmage",
|
||||
"TacticalChallenge"
|
||||
"TacticalChallenge",
|
||||
"Mission"
|
||||
]
|
||||
},
|
||||
"Reward": {
|
||||
|
||||
@@ -55,6 +55,8 @@ Farm:
|
||||
TacticalChallenge:
|
||||
- Scheduler
|
||||
- TacticalChallenge
|
||||
Mission:
|
||||
- Scheduler
|
||||
|
||||
# ==================== Rewards ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user