mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-19 10:48:08 +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.619
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.565
|
||||
MAP_SWIPE_MULTIPLY = (1.059, 1.079)
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.025, 1.043)
|
||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.995, 1.013)
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
Reference in New Issue
Block a user