mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-05-05 05:13:31 +08:00
Add: added ship level detection in combat
This commit is contained in:
@@ -53,6 +53,7 @@ dic_true_eng_to_eng = {
|
||||
'if_oil_lower_than': 'if_oil_lower_than',
|
||||
'if_trigger_emotion_control': 'if_trigger_emotion_control',
|
||||
'if_dock_full': 'if_dock_full',
|
||||
'if_reach_lv120': 'if_reach_lv120',
|
||||
'if_map_reach': 'if_map_reach',
|
||||
'if_get_ship' : 'if_get_ship',
|
||||
'enable_fleet_control': 'enable_fleet_control',
|
||||
@@ -296,6 +297,7 @@ dic_chi_to_eng = {
|
||||
'如果时间超过': 'if_time_reach',
|
||||
'如果石油低于': 'if_oil_lower_than',
|
||||
'如果触发心情控制': 'if_trigger_emotion_control',
|
||||
'如果到达120级': 'if_reach_lv120',
|
||||
'如果船舱已满': 'if_dock_full',
|
||||
'如果地图开荒': 'if_map_reach',
|
||||
'如果获得新船' : 'if_get_ship',
|
||||
|
||||
Reference in New Issue
Block a user