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

Merge branch 'dev' into comf_fort

This commit is contained in:
LmeSzinc
2021-07-24 17:28:15 +08:00
committed by GitHub
283 changed files with 2028 additions and 216 deletions

View File

@@ -255,6 +255,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',
@@ -317,6 +318,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',
@@ -555,6 +589,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',
@@ -617,6 +652,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',
@@ -855,6 +923,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',
@@ -917,6 +986,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',