mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-07 05:17:58 +08:00
Refactor: separate submarine_mode for clearer semantics
This commit is contained in:
@@ -1045,24 +1045,28 @@
|
||||
"name": "Hard Mode Auto-Recommend",
|
||||
"help": "Auto-fills empty submarine fleet if using via recommend button in Hard Mode"
|
||||
},
|
||||
"Mode": {
|
||||
"name": "Submarine Mode",
|
||||
"help": "Effective only when auto search disabled. Reminder: 'Hunt and Boss' is actually a mix of 'Hunt Only' and 'Boss Only', it does hunt and summon submarines at boss if available.",
|
||||
"do_not_use": "Don't Use",
|
||||
"hunt_only": "Hunt Only",
|
||||
"boss_only": "BOSS Only",
|
||||
"hunt_and_boss": "Hunt and BOSS",
|
||||
"every_combat": "Every Combat"
|
||||
},
|
||||
"AutoSearchMode": {
|
||||
"name": "Submarine Roles in Auto Search",
|
||||
"help": "Effective only for auto search",
|
||||
"sub_standby": "Standby",
|
||||
"sub_auto_call": "Auto Call"
|
||||
},
|
||||
"HuntMode": {
|
||||
"name": "Hunt Mode",
|
||||
"help": "Effective only when auto search is disabled, adjusts submarine hunting settings in-stage",
|
||||
"do_not_use": "Standby",
|
||||
"hunt": "Hunt"
|
||||
},
|
||||
"CallMode": {
|
||||
"name": "Call Submarine",
|
||||
"help": "Attempt to call submarines by clicking the call button during combat",
|
||||
"do_not_use": "Don't Use",
|
||||
"boss_only": "BOSS Only",
|
||||
"every_combat": "Every Combat"
|
||||
},
|
||||
"DistanceToBoss": {
|
||||
"name": "Before BOSS battle move the submarine near BOSS",
|
||||
"help": "Effective only if \"Submarine Mode\" is \"BOSS Only\" or \"Hunt and BOSS\"\nSelecting \"X Grids To BOSS\" needs to ensure that the submarine hunting range can cover the BOSS. Distance is calculated using the Manhattan Distance. Selecting \"Use Open Ocean Support\" requires submarine with aforementioned skill",
|
||||
"help": "Effective only if \"Call Submarine\" is \"BOSS Only\"\nSelecting \"X Grids To BOSS\" needs to ensure that the submarine hunting range can cover the BOSS. Distance is calculated using the Manhattan Distance. Selecting \"Use Open Ocean Support\" requires submarine with aforementioned skill",
|
||||
"to_boss_position": "To BOSS Location",
|
||||
"1_grid_to_boss": "1 Grid To BOSS",
|
||||
"2_grid_to_boss": "2 Grids To BOSS",
|
||||
|
||||
Reference in New Issue
Block a user