mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 23:33:33 +08:00
Fix: W15 optimizations
- Upd: [CN] MOB_MOVE_CANCEL - Opt: MAP_SWIPE_MULTIPLY - Fix: 15-1 did not inherit ConfigBase
This commit is contained in:
@@ -47,7 +47,7 @@ A7, B7, C7, D7, E7, F7, G7, H7, \
|
||||
= MAP.flatten()
|
||||
|
||||
|
||||
class Config:
|
||||
class Config(ConfigBase):
|
||||
# ===== Start of generated config =====
|
||||
# MAP_SIREN_TEMPLATE = ['0']
|
||||
# MOVABLE_ENEMY_TURN = (2,)
|
||||
|
||||
@@ -67,6 +67,10 @@ class Config(ConfigBase):
|
||||
# MAP_HAS_MYSTERY = True
|
||||
# ===== End of generated config =====
|
||||
|
||||
MAP_SWIPE_MULTIPLY = (1.055, 1.075)
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.020, 1.039)
|
||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.990, 1.008)
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
MAP = MAP
|
||||
|
||||
@@ -22,6 +22,9 @@ class Config:
|
||||
'prominence': 10,
|
||||
'distance': 35,
|
||||
}
|
||||
MAP_SWIPE_MULTIPLY = (0.993, 1.011)
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (0.960, 0.978)
|
||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.932, 0.949)
|
||||
|
||||
|
||||
class CampaignBase(CampaignBase_):
|
||||
|
||||
Reference in New Issue
Block a user