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

Add: 增加战斗模式选择, 自律, 手操, 中路站桩

- 修复了透视识别错误保存选项无效的问题
This commit is contained in:
LmeSzinc
2020-04-11 21:12:54 +08:00
parent be00742c3c
commit 964c2b3e56
11 changed files with 96 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ dic_chi_to_eng = {
'舰队阵型2': 'fleet_formation_2',
'舰队编号3': 'fleet_index_3',
'舰队阵型3': 'fleet_formation_3',
'战斗自律模式': 'combat_auto_mode',
'舰队编号4': 'fleet_index_4',
'潜艇出击方案': 'submarine_mode',
'启用心情消耗': 'enable_emotion_reduce',
@@ -140,6 +141,9 @@ dic_chi_to_eng = {
'单纵阵': 'formation_1',
'复纵阵': 'formation_2',
'轮形阵': 'formation_3',
'自律': 'combat_auto',
'手操': 'combat_manual',
'中路站桩': 'stand_still_in_the_middle',
'不使用': 'do_not_use',
'仅狩猎': 'hunt_only',
'每战出击': 'every_combat',