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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user