mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: Prevent repeated ShipYard runs
This commit is contained in:
@@ -287,11 +287,13 @@ class GeneratedConfig:
|
||||
ShipyardDr_ResearchSeries = 2 # 2
|
||||
ShipyardDr_ShipIndex = 0 # 0, 1, 2, 3, 4, 5, 6
|
||||
ShipyardDr_BuyAmount = 2
|
||||
ShipyardDr_LastRun = datetime.datetime(2020, 1, 1, 0, 0)
|
||||
|
||||
# Group `Shipyard`
|
||||
Shipyard_ResearchSeries = 1 # 1, 2, 3
|
||||
Shipyard_ShipIndex = 0 # 0, 1, 2, 3, 4, 5, 6
|
||||
Shipyard_BuyAmount = 2
|
||||
Shipyard_LastRun = datetime.datetime(2020, 1, 1, 0, 0)
|
||||
|
||||
# Group `Gacha`
|
||||
Gacha_Pool = 'light' # light, heavy, special, event, wishing_well
|
||||
|
||||
Reference in New Issue
Block a user