mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-14 03:51:09 +08:00
Upd: Magic map swipe multipliers
This commit is contained in:
@@ -56,8 +56,9 @@ class Config(ConfigBase):
|
||||
MAP_HAS_AMBUSH = False
|
||||
# ===== End of generated config =====
|
||||
|
||||
MAP_SWIPE_MULTIPLY = 1.730
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.673
|
||||
MAP_SWIPE_MULTIPLY = (1.132, 1.153)
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.095, 1.115)
|
||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.063, 1.082)
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
Reference in New Issue
Block a user