mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 23:33:33 +08:00
Add: 增加战斗模式选择, 自律, 手操, 中路站桩
- 修复了透视识别错误保存选项无效的问题
This commit is contained in:
@@ -75,6 +75,7 @@ class AzurLaneConfig:
|
||||
ENABLE_MAP_FLEET_LOCK = True
|
||||
SUBMARINE_MODE = ''
|
||||
SUBMARINE_CALL_AT_BOSS = False
|
||||
COMBAT_AUTO_MODE = 'combat_auto'
|
||||
|
||||
"""
|
||||
module.combat.hp_balance
|
||||
@@ -350,6 +351,7 @@ class AzurLaneConfig:
|
||||
for n in ['1', '2', '3']:
|
||||
self.__setattr__(f'FLEET_{n}', int(option[f'fleet_index_{n}']))
|
||||
self.__setattr__(f'FLEET_{n}_FORMATION', int(option[f'fleet_formation_{n}'].split('_')[1]))
|
||||
self.COMBAT_AUTO_MODE = option['combat_auto_mode']
|
||||
self.SUBMARINE = int(option['fleet_index_4']) if to_bool(option['fleet_index_4']) else 0
|
||||
self.SUBMARINE_MODE = option['submarine_mode']
|
||||
self.SUBMARINE_CALL_AT_BOSS = option['submarine_mode'] == 'when_boss_combat_boss_appear'
|
||||
|
||||
Reference in New Issue
Block a user