mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 08:49:24 +08:00
fix: add the newly added mains and events to the scheduler priority
This commit is contained in:
@@ -380,6 +380,33 @@ class ManualConfig:
|
||||
USE_DATA_KEY = False
|
||||
|
||||
|
||||
class ManualConfig(ManualConfig):
|
||||
SCHEDULER_PRIORITY = """
|
||||
Restart
|
||||
> OpsiCrossMonth
|
||||
> Commission > Tactical > Research
|
||||
> Exercise
|
||||
> Dorm > Meowfficer > Guild > Gacha
|
||||
> Reward
|
||||
> ShopFrequent > ShopOnce > Shipyard > Freebies
|
||||
> PrivateQuarters
|
||||
> OpsiExplore
|
||||
> Minigame > Awaken
|
||||
> OpsiAshBeacon
|
||||
> OpsiDaily > OpsiShop > OpsiVoucher
|
||||
> OpsiAbyssal > OpsiStronghold > OpsiObscure > OpsiArchive
|
||||
> Daily > Hard > OpsiAshBeacon > OpsiAshAssist > OpsiMonthBoss
|
||||
> Sos > EventSp > EventA > EventB > EventC > EventD
|
||||
> RaidDaily > CoalitionSp > WarArchives > MaritimeEscort
|
||||
> Event > Event2 > Event3 > Event4 > Event5 > Event6
|
||||
> Raid > Hospital > Coalition
|
||||
> Main > Main2 > Main3 > Main4 > Main5 > Main6
|
||||
> OpsiMeowfficerFarming
|
||||
> GemsFarming
|
||||
> OpsiHazard1Leveling
|
||||
"""
|
||||
|
||||
|
||||
ADDING = ''.join([chr(int(f)) for f in ManualConfig.OS_EXPLORE_CENTER.split('>')])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user