1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 17:57:01 +08:00

Fix: Dorm reward re-implemented as requested by LmeSzinc

This commit is contained in:
nEEtdo0d
2020-10-08 11:16:54 -04:00
parent b57658d450
commit 2e7efc9a92
7 changed files with 77 additions and 57 deletions

View File

@@ -115,8 +115,8 @@ dic_true_eng_to_eng = {
'enable_tactical_reward': 'enable_tactical_reward',
'enable_dorm_reward': 'enable_dorm_reward',
'enable_dorm_feed': 'enable_dorm_feed',
'feed_interval': 'feed_interval',
'collect_interval': 'collect_interval',
'dorm_feed_interval': 'dorm_feed_interval',
'dorm_collect_interval': 'dorm_collect_interval',
'dorm_feed_filter': 'dorm_feed_filter',
'commission_time_limit': 'commission_time_limit',
'duration_shorter_than_2': 'duration_shorter_than_2',
@@ -361,8 +361,8 @@ dic_chi_to_eng = {
'启用战术学院收获': 'enable_tactical_reward',
'启用后宅收获': 'enable_dorm_reward',
'enable_dorm_feed': 'enable_dorm_feed',
'feed_interval': 'feed_interval',
'collect_interval': 'collect_interval',
'dorm_feed_interval': 'dorm_feed_interval',
'dorm_collect_interval': 'dorm_collect_interval',
'后宅喂食优先': 'dorm_feed_filter',
'委托时间限制': 'commission_time_limit',
'委托耗时小于2h': 'duration_shorter_than_2',