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

Opt: Event stage name in uppercase

This commit is contained in:
LmeSzinc
2020-07-26 01:09:12 +08:00
parent b39c2a0984
commit 1b2c803526
4 changed files with 53 additions and 16 deletions

View File

@@ -191,6 +191,25 @@ dic_true_eng_to_eng = {
# Option
'yes': 'yes',
'no': 'no',
'A1': 'a1',
'A2': 'a2',
'A3': 'a3',
'A4': 'a4',
'B1': 'b1',
'B2': 'b2',
'B3': 'b3',
'B4': 'b4',
'C1': 'c1',
'C2': 'c2',
'C3': 'c3',
'C4': 'c4',
'D1': 'd1',
'D2': 'd2',
'D3': 'd3',
'D4': 'd4',
'SP1': 'sp1',
'SP2': 'sp2',
'SP3': 'sp3',
'Line Ahead': 'formation_1',
'Double Line': 'formation_2',
'Diamond': 'formation_3',
@@ -410,6 +429,25 @@ dic_chi_to_eng = {
# Option
'': 'yes',
'': 'no',
'A1': 'a1',
'A2': 'a2',
'A3': 'a3',
'A4': 'a4',
'B1': 'b1',
'B2': 'b2',
'B3': 'b3',
'B4': 'b4',
'C1': 'c1',
'C2': 'c2',
'C3': 'c3',
'C4': 'c4',
'D1': 'd1',
'D2': 'd2',
'D3': 'd3',
'D4': 'd4',
'SP1': 'sp1',
'SP2': 'sp2',
'SP3': 'sp3',
'单纵阵': 'formation_1',
'复纵阵': 'formation_2',
'轮形阵': 'formation_3',