mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-16 17:15:45 +08:00
Upd: Magic map swipe multipliers
This commit is contained in:
@@ -57,8 +57,9 @@ class Config(ConfigBase):
|
||||
MAP_HAS_AMBUSH = False
|
||||
# ===== End of generated config =====
|
||||
|
||||
MAP_SWIPE_MULTIPLY = 1.847
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.786
|
||||
MAP_SWIPE_MULTIPLY = (1.209, 1.231)
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.169, 1.190)
|
||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.135, 1.155)
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
Reference in New Issue
Block a user