1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 03:21:29 +08:00

補齊了SOS的Enemy_filter支援;更改每日活動地圖的命名;修正了部分翻譯;將國服以外緊急委託刷鑽石的等級修正

This commit is contained in:
bookbug666
2022-07-26 00:23:21 +08:00
parent 704c27cf4d
commit 692e4d1300
25 changed files with 359 additions and 352 deletions

View File

@@ -87,9 +87,9 @@ class CampaignEvent(UI):
tasks = [
'Event',
'Event2',
'EventAb',
'EventA',
'EventB',
'EventCd',
'EventC',
'EventD',
'EventSp',
'Raid',
@@ -122,9 +122,9 @@ class CampaignEvent(UI):
tasks = [
'Event',
'Event2',
'EventAb',
'EventA',
'EventB',
'EventCd',
'EventC',
'EventD',
'EventSp',
'GemsFarming',

View File

@@ -197,8 +197,12 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange):
# for :
# if level == 100 and emotion == 150:
# return button
button, _, _ = max(filter(lambda a: a[1] == 100, button_list), key=lambda a: a[2])
return button
if self.config.SERVER in ['cn']:
button, _, _ = max(filter(lambda a: a[1] == 100, button_list), key=lambda a: a[2])
return button
else:
button, _, _ = max(filter(lambda a: a[1] == 70, button_list), key=lambda a: a[2])
return button
def flagship_change_execute(self):
"""