mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Add: Entrance of auto search, but not fully supported yet
- Add: Option ENABLE_FLEET_REVERSE_IN_HARD
This commit is contained in:
@@ -60,6 +60,9 @@ dic_true_eng_to_eng = {
|
||||
'if_map_reach': 'if_map_reach',
|
||||
'if_get_ship': 'if_get_ship',
|
||||
'enable_map_fleet_lock': 'enable_map_fleet_lock',
|
||||
'enable_fleet_reverse_in_hard': 'enable_fleet_reverse_in_hard',
|
||||
'enable_auto_search': 'enable_auto_search',
|
||||
'auto_search_setting': 'auto_search_setting',
|
||||
'fleet_index_1': 'fleet_index_1',
|
||||
'fleet_formation_1': 'fleet_formation_1',
|
||||
'fleet_auto_mode_1': 'fleet_auto_mode_1',
|
||||
@@ -231,6 +234,10 @@ dic_true_eng_to_eng = {
|
||||
# Option
|
||||
'yes': 'yes',
|
||||
'no': 'no',
|
||||
'fleet1_mob_fleet2_boss': 'fleet1_mob_fleet2_boss',
|
||||
'fleet1_boss_fleet2_mob': 'fleet1_boss_fleet2_mob',
|
||||
'fleet1_all_fleet2_standby': 'fleet1_all_fleet2_standby',
|
||||
'fleet1_standby_fleet2_all': 'fleet1_standby_fleet2_all',
|
||||
'Line Ahead': 'formation_1',
|
||||
'Double Line': 'formation_2',
|
||||
'Diamond': 'formation_3',
|
||||
@@ -327,6 +334,9 @@ dic_chi_to_eng = {
|
||||
'如果地图开荒': 'if_map_reach',
|
||||
'如果获得新船': 'if_get_ship',
|
||||
'启用阵容锁定': 'enable_map_fleet_lock',
|
||||
'启用困难图舰队反转': 'enable_fleet_reverse_in_hard',
|
||||
'启用自律寻敌': 'enable_auto_search',
|
||||
'自律寻敌设置': 'auto_search_setting',
|
||||
'舰队编号1': 'fleet_index_1',
|
||||
'舰队阵型1': 'fleet_formation_1',
|
||||
'自律模式1': 'fleet_auto_mode_1',
|
||||
@@ -498,6 +508,10 @@ dic_chi_to_eng = {
|
||||
# Option
|
||||
'是': 'yes',
|
||||
'否': 'no',
|
||||
'一队道中二队BOSS': 'fleet1_mob_fleet2_boss',
|
||||
'一队BOSS二队道中': 'fleet1_boss_fleet2_mob',
|
||||
'一队全部二队待机': 'fleet1_all_fleet2_standby',
|
||||
'一队待机二队全部': 'fleet1_standby_fleet2_all',
|
||||
'单纵阵': 'formation_1',
|
||||
'复纵阵': 'formation_2',
|
||||
'轮形阵': 'formation_3',
|
||||
@@ -594,6 +608,9 @@ dic_tchi_to_eng = {
|
||||
'如果地圖開荒': 'if_map_reach',
|
||||
'如果獲得新船': 'if_get_ship',
|
||||
'啟用陣容鎖定': 'enable_map_fleet_lock',
|
||||
'啟用困難圖艦隊反轉': 'enable_fleet_reverse_in_hard',
|
||||
'啟用自律尋敵': 'enable_auto_search',
|
||||
'自律尋敵設置': 'auto_search_setting',
|
||||
'艦隊編號1': 'fleet_index_1',
|
||||
'艦隊陣型1': 'fleet_formation_1',
|
||||
'自律模式1': 'fleet_auto_mode_1',
|
||||
@@ -765,6 +782,10 @@ dic_tchi_to_eng = {
|
||||
# Option
|
||||
'是': 'yes',
|
||||
'否': 'no',
|
||||
'一隊道中二隊BOSS': 'fleet1_mob_fleet2_boss',
|
||||
'一隊BOSS二隊道中': 'fleet1_boss_fleet2_mob',
|
||||
'一隊全部二隊待機': 'fleet1_all_fleet2_standby',
|
||||
'一隊待機二隊全部': 'fleet1_standby_fleet2_all',
|
||||
'單縱陣': 'formation_1',
|
||||
'復縱陣': 'formation_2',
|
||||
'輪型陣': 'formation_3',
|
||||
|
||||
Reference in New Issue
Block a user