mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-18 19:37:18 +08:00
Upd: Magic map swipe multipliers
This commit is contained in:
@@ -63,8 +63,9 @@ class Config(ConfigBase):
|
||||
STAR_REQUIRE_3 = 0
|
||||
# ===== End of generated config =====
|
||||
|
||||
MAP_SWIPE_MULTIPLY = 1.555
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.503
|
||||
MAP_SWIPE_MULTIPLY = (1.018, 1.037)
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (0.984, 1.002)
|
||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.955, 0.973)
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
Reference in New Issue
Block a user