mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-20 12:59:47 +08:00
Upd: Magic map swipe multipliers
This commit is contained in:
@@ -75,8 +75,9 @@ class Config:
|
||||
'CAred': 1.111,
|
||||
'BBred': 1.111,
|
||||
}
|
||||
MAP_SWIPE_MULTIPLY = 1.771
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.712
|
||||
MAP_SWIPE_MULTIPLY = (1.159, 1.181)
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.121, 1.141)
|
||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.088, 1.108)
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
MAP = MAP
|
||||
|
||||
Reference in New Issue
Block a user