1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-21 09:40:56 +08:00

Upd: Magic map swipe multipliers

This commit is contained in:
LmeSzinc
2023-05-26 02:59:52 +08:00
parent dd8824ecd2
commit e420f4ed04
321 changed files with 970 additions and 626 deletions

View File

@@ -80,8 +80,9 @@ class Config:
'BB': 1.111,
}
MAP_ENEMY_TEMPLATE = ['Light', 'Main', 'Carrier', 'Treasure', 'Vestal_ghost']
MAP_SWIPE_MULTIPLY = 1.744
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.686
MAP_SWIPE_MULTIPLY = (1.141, 1.163)
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.104, 1.124)
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.071, 1.091)
class Campaign(CampaignBase):