1
0
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:
RedDeadDepresso
2023-12-25 11:35:05 +00:00
committed by YoursFunny
parent 69a612dc55
commit bcbe10d291
40 changed files with 2068 additions and 8 deletions
+28 -1
View File
@@ -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": {
+2 -1
View File
@@ -22,7 +22,8 @@
"tasks": [
"Bounty",
"Scrimmage",
"TacticalChallenge"
"TacticalChallenge",
"Mission"
]
},
"Reward": {
+2
View File
@@ -55,6 +55,8 @@ Farm:
TacticalChallenge:
- Scheduler
- TacticalChallenge
Mission:
- Scheduler
# ==================== Rewards ====================
+1 -1
View File
@@ -9,7 +9,7 @@ class ManualConfig:
SCHEDULER_PRIORITY = """
Restart
> Cafe > TacticalChallenge > Circle > Mail
> DataUpdate > Bounty > Scrimmage > Task > Shop > Momotalk
> DataUpdate > Bounty > Scrimmage > Task > Shop > Mission > Momotalk
"""
"""
+4
View File
@@ -50,6 +50,10 @@
"name": "Tactical Challenge",
"help": ""
},
"Mission": {
"name": "Mission/Commissions/Event",
"help": "Open MCE Manager for additional settings"
},
"Circle": {
"name": "Club",
"help": ""
+4
View File
@@ -50,6 +50,10 @@
"name": "战术对抗赛",
"help": "战术大赛 / 竞技场"
},
"Mission": {
"name": "Task.Mission.name",
"help": "Task.Mission.help"
},
"Circle": {
"name": "公会",
"help": "社团 / 小组"