1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00

Add: shop module integration to ALAS

This commit is contained in:
nEEtdo0d
2021-07-10 23:15:35 -04:00
parent c9bfb2d983
commit 1a4ef49967
8 changed files with 339 additions and 2 deletions

View File

@@ -254,6 +254,7 @@ dic_true_eng_to_eng = {
'os_repair_threshold': 'os_repair_threshold',
'enable_os_akashi_shop_buy': 'enable_os_akashi_shop_buy',
'os_akashi_shop_priority': 'os_akashi_shop_priority',
'enable_shop_buy': 'enable_shop_buy',
# Option
'yes': 'yes',
@@ -316,6 +317,39 @@ dic_true_eng_to_eng = {
'chapter_abcd': 'chapter_abcd',
'chapter_t': 'chapter_t',
'chapter_ht': 'chapter_ht',
'eagle': 'eagle',
'royal': 'royal',
'sakura': 'sakura',
'ironblood': 'ironblood',
'red': 'red',
'blue': 'blue',
'yellow': 'yellow',
'dd': 'dd',
'cl': 'cl',
'bb': 'bb',
'cv': 'cv',
'general': 'general',
'gun': 'gun',
'torpedo': 'torpedo',
'antiair': 'antiair',
'plane': 'plane',
'neptune': 'neptune',
'monarch': 'monarch',
'ibuki': 'ibuki',
'izumo': 'izumo',
'roon': 'roon',
'saintlouis': 'saintlouis',
'seattle': 'seattle',
'georgia': 'georgia',
'kitakaze': 'kitakaze',
'gascogne': 'gascogne',
'cheshire': 'cheshire',
'mainz': 'mainz',
'odin': 'odin',
'champagne': 'champagne',
'azuma': 'azuma',
'friedrich': 'friedrich',
'drake': 'drake',
# Research filter preset
'customized': 'customized',
@@ -553,6 +587,7 @@ dic_chi_to_eng = {
'大世界修船阈值': 'os_repair_threshold',
'明石商店购买': 'enable_os_akashi_shop_buy',
'明石商店优先级': 'os_akashi_shop_priority',
'enable_shop_buy': 'enable_shop_buy',
# Option
'': 'yes',
@@ -615,6 +650,39 @@ dic_chi_to_eng = {
'ABCD图': 'chapter_abcd',
'T图': 'chapter_t',
'HT图': 'chapter_ht',
'eagle': 'eagle',
'royal': 'royal',
'sakura': 'sakura',
'ironblood': 'ironblood',
'red': 'red',
'blue': 'blue',
'yellow': 'yellow',
'dd': 'dd',
'cl': 'cl',
'bb': 'bb',
'cv': 'cv',
'general': 'general',
'gun': 'gun',
'torpedo': 'torpedo',
'antiair': 'antiair',
'plane': 'plane',
'neptune': 'neptune',
'monarch': 'monarch',
'ibuki': 'ibuki',
'izumo': 'izumo',
'roon': 'roon',
'saintlouis': 'saintlouis',
'seattle': 'seattle',
'georgia': 'georgia',
'kitakaze': 'kitakaze',
'gascogne': 'gascogne',
'cheshire': 'cheshire',
'mainz': 'mainz',
'odin': 'odin',
'champagne': 'champagne',
'azuma': 'azuma',
'friedrich': 'friedrich',
'drake': 'drake',
# Research filter preset
'自定义': 'customized',
@@ -852,6 +920,7 @@ dic_tchi_to_eng = {
'大世界修船閾值': 'os_repair_threshold',
'明石商店購買': 'enable_os_akashi_shop_buy',
'明石商店優先級': 'os_akashi_shop_priority',
'enable_shop_buy': 'enable_shop_buy',
# Option
'': 'yes',
@@ -914,6 +983,39 @@ dic_tchi_to_eng = {
'ABCD圖': 'chapter_abcd',
'T圖': 'chapter_t',
'HT圖': 'chapter_ht',
'eagle': 'eagle',
'royal': 'royal',
'sakura': 'sakura',
'ironblood': 'ironblood',
'red': 'red',
'blue': 'blue',
'yellow': 'yellow',
'dd': 'dd',
'cl': 'cl',
'bb': 'bb',
'cv': 'cv',
'general': 'general',
'gun': 'gun',
'torpedo': 'torpedo',
'antiair': 'antiair',
'plane': 'plane',
'neptune': 'neptune',
'monarch': 'monarch',
'ibuki': 'ibuki',
'izumo': 'izumo',
'roon': 'roon',
'saintlouis': 'saintlouis',
'seattle': 'seattle',
'georgia': 'georgia',
'kitakaze': 'kitakaze',
'gascogne': 'gascogne',
'cheshire': 'cheshire',
'mainz': 'mainz',
'odin': 'odin',
'champagne': 'champagne',
'azuma': 'azuma',
'friedrich': 'friedrich',
'drake': 'drake',
# Research filter preset
'自定義': 'customized',