1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-06 21:15:07 +08:00

Refactor: separate submarine_mode for clearer semantics

This commit is contained in:
positnuec
2026-07-02 17:47:24 +08:00
parent d9a9b784af
commit bb8a6d6044
19 changed files with 364 additions and 239 deletions

View File

@@ -213,12 +213,15 @@ Submarine:
value: 0
option: [ 0, 1, 2 ]
AutoRecommend: false
Mode:
value: do_not_use
option: [ do_not_use, hunt_only, boss_only, hunt_and_boss, every_combat ]
AutoSearchMode:
value: sub_standby
option: [ sub_standby, sub_auto_call ]
HuntMode:
value: do_not_use
option: [ do_not_use, hunt ]
CallMode:
value: do_not_use
option: [ do_not_use, boss_only, every_combat ]
DistanceToBoss:
value: '2_grid_to_boss'
option: [ to_boss_position, 1_grid_to_boss, 2_grid_to_boss, use_open_ocean_support ]