1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-31 01:54:11 +08:00

Add: Parameters in Pledge of the Radiant Court chapter AC

This commit is contained in:
LmeSzinc
2022-05-26 20:11:07 +08:00
parent 4f1ea74817
commit a8e92abd61
7 changed files with 122 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
from .campaign_base import CampaignBase
from .campaign_base import CampaignBase, EventGrid
from module.map.map_base import CampaignMap
from module.map.map_grids import SelectedGrids, RoadGrids
from module.logger import logger
@@ -54,8 +54,12 @@ class Config:
MAP_HAS_MYSTERY = False
# ===== End of generated config =====
MAP_SWIPE_MULTIPLY = 1.656
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.601
class Campaign(CampaignBase):
grid_class = EventGrid
MAP = MAP
ENEMY_FILTER = '1L > 1M > 1E > 1C > 2L > 2M > 2E > 2C > 3L > 3M > 3E > 3C'