1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 20:39:18 +08:00

add config gems_low_emotion_withdraw

This commit is contained in:
Cyunmi
2021-08-14 01:18:15 +08:00
parent 3836824929
commit 298175fe61
3 changed files with 39 additions and 77 deletions

View File

@@ -135,6 +135,7 @@ class AzurLaneConfig:
GEMS_EMOTION_TRIGGRED = False
GEMS_FLAG_SHIP_EQUIP_CHANGE = False
GEMS_VANGUARD_SHIP_EQUIP_CHANGE = True
GEMS_LOW_EMOTION_WITHDRAW = True
"""
module.event
@@ -894,6 +895,7 @@ class AzurLaneConfig:
self.GEMS_FLEET_2 = int(option['gems_fleet_2'])
self.GEMS_FLAG_SHIP_EQUIP_CHANGE = to_bool(option['gems_flag_ship_equip_change'])
self.GEMS_VANGUARD_SHIP_EQUIP_CHANGE = to_bool(option['gems_vanguard_ship_equip_change'])
self.GEMS_LOW_EMOTION_WITHDRAW = to_bool(option['gems_low_emotion_withdraw'])