mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Opt: Emotion refactor for enable 2x book configuration
This commit is contained in:
@@ -53,6 +53,7 @@ dic_true_eng_to_eng = {
|
||||
'enable_stop_condition': 'enable_stop_condition',
|
||||
'enable_exception': 'enable_exception',
|
||||
'enable_fast_forward': 'enable_fast_forward',
|
||||
'enable_2x_book': 'enable_2x_book',
|
||||
'if_count_greater_than': 'if_count_greater_than',
|
||||
'if_time_reach': 'if_time_reach',
|
||||
'if_oil_lower_than': 'if_oil_lower_than',
|
||||
@@ -330,6 +331,7 @@ dic_chi_to_eng = {
|
||||
'启用停止条件': 'enable_stop_condition',
|
||||
'启用异常处理': 'enable_exception',
|
||||
'使用周回模式': 'enable_fast_forward',
|
||||
'enable_2x_book': 'enable_2x_book',
|
||||
'如果出击次数大于': 'if_count_greater_than',
|
||||
'如果时间超过': 'if_time_reach',
|
||||
'如果石油低于': 'if_oil_lower_than',
|
||||
@@ -607,6 +609,7 @@ dic_tchi_to_eng = {
|
||||
'啟用停止條件': 'enable_stop_condition',
|
||||
'啟用異常處理': 'enable_exception',
|
||||
'使用周回模式': 'enable_fast_forward',
|
||||
'enable_2x_book': 'enable_2x_book',
|
||||
'如果出擊次數大於': 'if_count_greater_than',
|
||||
'如果時間超過': 'if_time_reach',
|
||||
'如果石油低於': 'if_oil_lower_than',
|
||||
|
||||
Reference in New Issue
Block a user