mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Add: Update state of Complete_Echo_of_War_1_times
This commit is contained in:
parent
fe73e8879c
commit
2973feca2f
@ -97,7 +97,7 @@
|
|||||||
"Take_1_photo": "achievable",
|
"Take_1_photo": "achievable",
|
||||||
"Destroy_3_destructible_objects": "achievable",
|
"Destroy_3_destructible_objects": "achievable",
|
||||||
"Complete_Forgotten_Hall_1_time": "achievable",
|
"Complete_Forgotten_Hall_1_time": "achievable",
|
||||||
"Complete_Echo_of_War_1_times": "not_supported",
|
"Complete_Echo_of_War_1_times": "achievable",
|
||||||
"Complete_1_stage_in_Simulated_Universe_Any_world": "not_supported",
|
"Complete_1_stage_in_Simulated_Universe_Any_world": "not_supported",
|
||||||
"Obtain_victory_in_combat_with_support_characters_1_time": "achievable",
|
"Obtain_victory_in_combat_with_support_characters_1_time": "achievable",
|
||||||
"Use_an_Ultimate_to_deal_the_final_blow_1_time": "achievable",
|
"Use_an_Ultimate_to_deal_the_final_blow_1_time": "achievable",
|
||||||
|
@ -690,7 +690,7 @@ class ConfigUpdater:
|
|||||||
set_daily('Take_1_photo', 'achievable')
|
set_daily('Take_1_photo', 'achievable')
|
||||||
set_daily('Destroy_3_destructible_objects', 'achievable')
|
set_daily('Destroy_3_destructible_objects', 'achievable')
|
||||||
set_daily('Complete_Forgotten_Hall_1_time', 'achievable')
|
set_daily('Complete_Forgotten_Hall_1_time', 'achievable')
|
||||||
set_daily('Complete_Echo_of_War_1_times', 'not_supported')
|
set_daily('Complete_Echo_of_War_1_times', deep_get(data, 'Weekly.Scheduler.Enable'))
|
||||||
set_daily('Complete_1_stage_in_Simulated_Universe_Any_world', 'not_supported')
|
set_daily('Complete_1_stage_in_Simulated_Universe_Any_world', 'not_supported')
|
||||||
set_daily('Obtain_victory_in_combat_with_support_characters_1_time',
|
set_daily('Obtain_victory_in_combat_with_support_characters_1_time',
|
||||||
dungeon and deep_get(data, 'Dungeon.DungeonSupport.Use') in ['when_daily', 'always_use'])
|
dungeon and deep_get(data, 'Dungeon.DungeonSupport.Use') in ['when_daily', 'always_use'])
|
||||||
|
@ -535,7 +535,7 @@
|
|||||||
},
|
},
|
||||||
"Complete_Echo_of_War_1_times": {
|
"Complete_Echo_of_War_1_times": {
|
||||||
"name": "Complete Echo of War 1 time(s)",
|
"name": "Complete Echo of War 1 time(s)",
|
||||||
"help": "",
|
"help": "Need to configure and enable the \"Echo of War\" task",
|
||||||
"achievable": "Achievable",
|
"achievable": "Achievable",
|
||||||
"not_set": "Not Set",
|
"not_set": "Not Set",
|
||||||
"not_supported": "Not Supported Yet"
|
"not_supported": "Not Supported Yet"
|
||||||
|
@ -535,7 +535,7 @@
|
|||||||
},
|
},
|
||||||
"Complete_Echo_of_War_1_times": {
|
"Complete_Echo_of_War_1_times": {
|
||||||
"name": "Completa Ecos de la guerra 1 vez",
|
"name": "Completa Ecos de la guerra 1 vez",
|
||||||
"help": "",
|
"help": "Necesitas configurar y activar la tarea \"Ecos de la guerra\"",
|
||||||
"achievable": "Completable",
|
"achievable": "Completable",
|
||||||
"not_set": "No configurado",
|
"not_set": "No configurado",
|
||||||
"not_supported": "No soportado aún"
|
"not_supported": "No soportado aún"
|
||||||
|
@ -535,7 +535,7 @@
|
|||||||
},
|
},
|
||||||
"Complete_Echo_of_War_1_times": {
|
"Complete_Echo_of_War_1_times": {
|
||||||
"name": "完成1次「历战余响」",
|
"name": "完成1次「历战余响」",
|
||||||
"help": "",
|
"help": "需要设置并启用\"历战余响\"任务",
|
||||||
"achievable": "可完成",
|
"achievable": "可完成",
|
||||||
"not_set": "未设置",
|
"not_set": "未设置",
|
||||||
"not_supported": "暂未支持"
|
"not_supported": "暂未支持"
|
||||||
|
@ -535,7 +535,7 @@
|
|||||||
},
|
},
|
||||||
"Complete_Echo_of_War_1_times": {
|
"Complete_Echo_of_War_1_times": {
|
||||||
"name": "完成1次「歷戰餘響」",
|
"name": "完成1次「歷戰餘響」",
|
||||||
"help": "",
|
"help": "需要設定並啟用\"歷戰餘響\"任務",
|
||||||
"achievable": "可完成",
|
"achievable": "可完成",
|
||||||
"not_set": "未設定",
|
"not_set": "未設定",
|
||||||
"not_supported": "暫未支援"
|
"not_supported": "暫未支援"
|
||||||
|
Loading…
Reference in New Issue
Block a user