Opt: Enable daily tasks by default

This commit is contained in:
LmeSzinc 2023-09-23 01:38:01 +08:00
parent baf9d652d3
commit fd84240d38
3 changed files with 26 additions and 19 deletions

View File

@ -35,7 +35,7 @@
},
"Dungeon": {
"Scheduler": {
"Enable": false,
"Enable": true,
"NextRun": "2020-01-01 00:00:00",
"Command": "Dungeon",
"ServerUpdate": "04:00"
@ -64,29 +64,29 @@
},
"DailyQuest": {
"Scheduler": {
"Enable": false,
"Enable": true,
"NextRun": "2020-01-01 00:00:00",
"Command": "DailyQuest",
"ServerUpdate": "04:00"
},
"AchievableQuest": {
"Complete_1_Daily_Mission": "not_supported",
"Clear_Calyx_Golden_1_times": "not_set",
"Complete_Calyx_Crimson_1_time": "not_set",
"Clear_Stagnant_Shadow_1_times": "not_set",
"Clear_Cavern_of_Corrosion_1_times": "not_set",
"Clear_Calyx_Golden_1_times": "achievable",
"Complete_Calyx_Crimson_1_time": "achievable",
"Clear_Stagnant_Shadow_1_times": "achievable",
"Clear_Cavern_of_Corrosion_1_times": "achievable",
"In_a_single_battle_inflict_3_Weakness_Break_of_different_Types": "not_supported",
"Inflict_Weakness_Break_5_times": "not_supported",
"Defeat_a_total_of_20_enemies": "not_supported",
"Enter_combat_by_attacking_enemy_Weakness_and_win_3_times": "not_supported",
"Use_Technique_2_times": "achievable",
"Go_on_assignment_1_time": "not_set",
"Go_on_assignment_1_time": "achievable",
"Take_1_photo": "achievable",
"Destroy_3_destructible_objects": "not_supported",
"Complete_Forgotten_Hall_1_time": "not_supported",
"Complete_Echo_of_War_1_times": "not_supported",
"Complete_1_stage_in_Simulated_Universe_Any_world": "not_supported",
"Obtain_victory_in_combat_with_support_characters_1_time": "not_set",
"Obtain_victory_in_combat_with_support_characters_1_time": "achievable",
"Use_an_Ultimate_to_deal_the_final_blow_1_time": "not_supported",
"Level_up_any_character_1_time": "not_supported",
"Level_up_any_Light_Cone_1_time": "not_supported",
@ -103,7 +103,7 @@
},
"BattlePass": {
"Scheduler": {
"Enable": false,
"Enable": true,
"NextRun": "2020-01-01 00:00:00",
"Command": "BattlePass",
"ServerUpdate": "04:00"
@ -115,7 +115,7 @@
},
"Assignment": {
"Scheduler": {
"Enable": false,
"Enable": true,
"NextRun": "2020-01-01 00:00:00",
"Command": "Assignment",
"ServerUpdate": "04:00"

View File

@ -166,7 +166,7 @@
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": false,
"value": true,
"option": [
true,
false
@ -407,7 +407,7 @@
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": false,
"value": true,
"option": [
true,
false
@ -827,7 +827,7 @@
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": false,
"value": true,
"option": [
true,
false
@ -870,7 +870,7 @@
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": false,
"value": true,
"option": [
true,
false

View File

@ -5,10 +5,17 @@
# ==================== Alas ====================
# ==================== Farm ====================
# ==================== Daily ====================
# ==================== Tools ====================
Dungeon:
Scheduler:
Enable: true
DailyQuest:
Scheduler:
Enable: true
BattlePass:
Scheduler:
Enable: true
Assignment:
Scheduler:
Enable: true