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

Add: 增加行走步长设置

- 修复跨天重启重置队伍的问题
- 修复碰磁BOSS战斗结束卡住的问题
This commit is contained in:
LmeSzinc
2020-04-23 01:58:35 +08:00
parent 9153ee1ee0
commit b4054b579e
11 changed files with 74 additions and 18 deletions

View File

@@ -47,10 +47,13 @@ dic_chi_to_eng = {
'启用阵容锁定': 'enable_map_fleet_lock',
'舰队编号1': 'fleet_index_1',
'舰队阵型1': 'fleet_formation_1',
'舰队步长1': 'fleet_step_1',
'舰队编号2': 'fleet_index_2',
'舰队阵型2': 'fleet_formation_2',
'舰队步长2': 'fleet_step_2',
'舰队编号3': 'fleet_index_3',
'舰队阵型3': 'fleet_formation_3',
'舰队步长3': 'fleet_step_3',
'战斗自律模式': 'combat_auto_mode',
'舰队编号4': 'fleet_index_4',
'潜艇出击方案': 'submarine_mode',