1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-13 05:51:45 +08:00

Add: Rondo at Rainbow's End chapter BD

This commit is contained in:
LmeSzinc
2022-04-29 19:34:54 +08:00
parent 71885d1544
commit 09ff10cd93
16 changed files with 126 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ A7, B7, C7, D7, E7, F7, G7, H7, I7, \
class Config(ConfigBase):
# ===== Start of generated config =====
MAP_SIREN_TEMPLATE = ['CAlightning', 'sairenqianting_ii']
MAP_SIREN_TEMPLATE = ['CAlightning', 'SS']
MOVABLE_ENEMY_TURN = (2,)
MAP_HAS_SIREN = True
MAP_HAS_MOVABLE_ENEMY = True
@@ -65,6 +65,17 @@ class Config(ConfigBase):
MAP_HAS_MYSTERY = False
# ===== End of generated config =====
MAP_ENEMY_GENRE_DETECTION_SCALING = {
'CAlightning': 1.111,
'BBlightning': 1.111,
'SS': 1.111,
}
MAP_HAS_DECOY_ENEMY = False
MAP_WALK_USE_CURRENT_FLEET = True
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom-right'
MAP_SWIPE_MULTIPLY = 1.704
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.647
class Campaign(CampaignBase):
MAP = MAP