1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-13 10:58:02 +08:00

Upd: research S9

This commit is contained in:
2026-07-09 20:12:47 +08:00
parent 0ad55dda8b
commit 2cb32d2ca0
22 changed files with 199 additions and 24 deletions

View File

@@ -80,6 +80,8 @@ def translate(string: str, target='series_4_tenrai_only_cube', for_simulate=Fals
def convert_name(name, series):
name = re.sub(r'series_\d', f'series_{series}', name)
if 'series_9' in name:
name = name.replace('tenrai', 'ta152')
if 'series_8' in name:
name = name.replace('tenrai', '305')
if 'series_7' in name:
@@ -104,7 +106,7 @@ if __name__ == '__main__':
Value(
FILTER_STRING_CHEAPEST='Q1 > Q2 > T3 > T4 > Q4 > C6 > T6 > C8 > C12 > G1.5 > D2.5 > G2.5 > D5 > Q0.5 > G4 > D8 > H1 > H2 > H0.5 > D0.5 > H4')
with Dict('DICT_FILTER_PRESET'):
for series in [8, 7, 6, 5, 4, 3, 2]:
for series in [9, 8, 7, 6, 5, 4, 3, 2]:
def new_filter(**kwargs):
for k, v in kwargs.items():
k = convert_name(k, series)