2020-03-28 17:22:46 +00:00
|
|
|
[Command]
|
|
|
|
command = Daily
|
|
|
|
|
|
|
|
[Setting]
|
|
|
|
enable_stop_condition = yes
|
2020-04-09 13:22:01 +00:00
|
|
|
enable_fast_forward = yes
|
2020-03-28 17:22:46 +00:00
|
|
|
if_count_greater_than = 0
|
|
|
|
if_time_reach = 0
|
|
|
|
if_oil_lower_than = 2000
|
|
|
|
if_trigger_emotion_control = yes
|
|
|
|
if_dock_full = no
|
|
|
|
enable_fleet_control = yes
|
2020-04-09 13:22:01 +00:00
|
|
|
enable_map_fleet_lock = yes
|
2020-03-28 17:22:46 +00:00
|
|
|
fleet_index_1 = 1
|
|
|
|
fleet_formation_1 = formation_2
|
|
|
|
fleet_index_2 = 2
|
|
|
|
fleet_formation_2 = formation_2
|
|
|
|
fleet_index_3 = 1
|
|
|
|
fleet_formation_3 = formation_2
|
2020-04-11 13:12:54 +00:00
|
|
|
combat_auto_mode = combat_auto
|
2020-03-28 17:22:46 +00:00
|
|
|
fleet_index_4 = do_not_use
|
|
|
|
submarine_mode = do_not_use
|
|
|
|
enable_emotion_reduce = yes
|
|
|
|
ignore_low_emotion_warn = no
|
|
|
|
emotion_recover_1 = dormitory_floor_2
|
|
|
|
emotion_control_1 = keep_high_emotion
|
|
|
|
hole_fleet_married_1 = no
|
|
|
|
emotion_recover_2 = not_in_dormitory
|
|
|
|
emotion_control_2 = avoid_yellow_face
|
|
|
|
hole_fleet_married_2 = no
|
|
|
|
emotion_recover_3 = dormitory_floor_1
|
|
|
|
emotion_control_3 = keep_high_emotion
|
|
|
|
hole_fleet_married_3 = no
|
|
|
|
enable_hp_balance = no
|
2020-04-07 14:08:06 +00:00
|
|
|
enable_low_hp_withdraw = no
|
|
|
|
scout_hp_difference_threshold = 0.2
|
|
|
|
low_hp_withdraw_threshold = 0.2
|
2020-03-28 17:22:46 +00:00
|
|
|
enable_retirement = yes
|
2020-04-14 04:26:57 +00:00
|
|
|
use_one_click_retirement = no
|
2020-03-28 17:22:46 +00:00
|
|
|
retire_mode = retire_10
|
|
|
|
retire_n = yes
|
|
|
|
retire_r = no
|
|
|
|
retire_sr = no
|
|
|
|
retire_ssr = no
|
|
|
|
enable_drop_screenshot = no
|
|
|
|
drop_screenshot_folder =
|
|
|
|
command = setting
|
|
|
|
|
2020-04-01 14:40:21 +00:00
|
|
|
[Reward]
|
|
|
|
command = reward
|
|
|
|
enable_reward = yes
|
|
|
|
reward_interval = 20
|
|
|
|
enable_oil_reward = yes
|
|
|
|
enable_coin_reward = yes
|
|
|
|
enable_mission_reward = yes
|
2020-04-06 11:01:22 +00:00
|
|
|
enable_commission_reward = yes
|
|
|
|
commission_time_limit = 23:30
|
|
|
|
duration_shorter_than_2 = 11
|
|
|
|
duration_longer_than_6 = -11
|
|
|
|
expire_shorter_than_2 = 11
|
|
|
|
expire_longer_than_6 = -11
|
|
|
|
daily_comm = 100
|
|
|
|
major_comm = 0
|
|
|
|
extra_drill = 20
|
|
|
|
extra_part = 60
|
|
|
|
extra_cube = 80
|
|
|
|
extra_oil = 90
|
|
|
|
extra_book = 70
|
|
|
|
urgent_drill = 45
|
|
|
|
urgent_part = 95
|
|
|
|
urgent_cube = 165
|
|
|
|
urgent_book = 145
|
|
|
|
urgent_box = 195
|
|
|
|
urgent_gem = 205
|
|
|
|
urgent_ship = 155
|
2020-04-01 14:40:21 +00:00
|
|
|
|
2020-03-31 18:53:28 +00:00
|
|
|
[Emulator]
|
|
|
|
command = emulator
|
|
|
|
serial = 127.0.0.1:62001
|
2020-04-10 06:18:10 +00:00
|
|
|
package_name = com.bilibili.azurlane
|
2020-04-16 06:05:37 +00:00
|
|
|
enable_error_log_and_screenshot_save = yes
|
Add: 适配第一章, 修复大量bug
- 修复处理夜间委托时, 出现递归调用的问题
- 增加红脸出击确认的功能
- 增加了透视识别错误图片保存的开关
- 修复了地图太小时, 透视识别报错的问题
- 修复了相机位于地图外时, 透视识别出错的问题
- 修复了离开退役时, 会连击的问题
- 修复了同时出现低心情和船坞已满弹窗时, 卡住的问题
- 更新了一键退役实装后的安全点击的位置
- 修复了换装滑动失败时, 卡住的问题
- 修复了关闭自动收获后, 出现委托完成的提示是, 进图卡住的问题
- 修复了, 无正在跑的委托时, 报错的问题
2020-04-11 07:23:51 +00:00
|
|
|
enable_perspective_error_image_save = no
|
2020-04-14 04:26:57 +00:00
|
|
|
use_adb_screenshot = yes
|
|
|
|
use_adb_control = no
|
2020-03-31 18:53:28 +00:00
|
|
|
|
2020-03-28 17:22:46 +00:00
|
|
|
[Daily]
|
|
|
|
enable_daily_mission = yes
|
|
|
|
enable_hard_campaign = yes
|
|
|
|
enable_exercise = yes
|
|
|
|
daily_mission_1 = daily_gun
|
2020-04-14 09:47:26 +00:00
|
|
|
daily_mission_2 = index_1
|
|
|
|
daily_mission_4 = index_1
|
|
|
|
daily_mission_5 = index_1
|
2020-03-28 17:22:46 +00:00
|
|
|
daily_fleet = 5
|
|
|
|
daily_equipment = 0
|
|
|
|
hard_campaign = 10-4
|
|
|
|
hard_fleet = 1
|
|
|
|
hard_equipment = 0
|
|
|
|
exercise_choose_mode = max_exp
|
|
|
|
exercise_preserve = 0
|
|
|
|
exercise_try = 1
|
|
|
|
exercise_hp_threshold = 0.40
|
|
|
|
exercise_low_hp_confirm = 1.0
|
|
|
|
exercise_equipment = 0
|
|
|
|
command = daily
|
|
|
|
|
|
|
|
[Main]
|
|
|
|
command = main
|
|
|
|
main_stage = 7-2
|
|
|
|
|
|
|
|
[Event]
|
|
|
|
command = event
|
2020-03-31 06:21:55 +00:00
|
|
|
event_stage = d3
|
|
|
|
sp_stage = sp3
|
|
|
|
event_name = event_20200326_cn
|
2020-03-28 17:22:46 +00:00
|
|
|
|
|
|
|
[Event_daily_ab]
|
|
|
|
event_name_ab = event_20200326_cn
|
|
|
|
command = event_daily_ab
|
|
|
|
|
|
|
|
[Semi_auto]
|
|
|
|
command = semi_auto
|
|
|
|
enable_semi_map_preparation = no
|
|
|
|
enable_semi_story_skip = yes
|
|
|
|
|
|
|
|
[C72_mystery_farming]
|
|
|
|
command = c72_mystery_farming
|
2020-03-31 18:53:28 +00:00
|
|
|
boss_fleet_step_on_a3 = yes
|
2020-03-28 17:22:46 +00:00
|
|
|
|
|
|
|
[C124_leveling]
|
|
|
|
non_s3_enemy_enter_tolerance = 1
|
|
|
|
non_s3_enemy_withdraw_tolerance = 0
|
|
|
|
ammo_pick_up_124 = 3
|
|
|
|
command = c124_leveling
|
|
|
|
|
|
|
|
[EmotionRecord]
|
|
|
|
fleet_1_emotion = 150
|
|
|
|
fleet_1_savetime = 2020-01-01_00:00:00
|
|
|
|
fleet_2_emotion = 119
|
|
|
|
fleet_2_savetime = 2020-01-01_00:00:00
|
|
|
|
fleet_3_emotion = 150
|
|
|
|
fleet_3_savetime = 2020-01-01_00:00:00
|
|
|
|
|
|
|
|
[DailyRecord]
|
|
|
|
daily = 2020-01-01_00:00:00
|
|
|
|
hard = 2020-01-01_00:00:00
|
|
|
|
exercise = 2020-01-01_00:00:00
|
|
|
|
|
|
|
|
[EventABRecord]
|
|
|
|
a1 = 2020-01-01_00:00:00
|
|
|
|
a2 = 2020-01-01_00:00:00
|
|
|
|
a3 = 2020-01-01_00:00:00
|
|
|
|
b1 = 2020-01-01_00:00:00
|
|
|
|
b2 = 2020-01-01_00:00:00
|
|
|
|
b3 = 2020-01-01_00:00:00
|
|
|
|
|