mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Fix: module shop missing dict items, module build assets, and etc.
Add: module shipyard support for daily buy of discounted bps; interface, config, integrate into reward, and etc. Fix: Resolve merge conflict
This commit is contained in:
@@ -18,9 +18,15 @@ BP_SERIES = {
|
||||
'odin': 3,
|
||||
'champagne': 3,
|
||||
'drake': 3,
|
||||
'anchorage': 4,
|
||||
'august': 4,
|
||||
'marcopolo': 4,
|
||||
'agir': 4,
|
||||
'hakuryu': 4,
|
||||
'1': 1,
|
||||
'2': 2,
|
||||
'3': 3,
|
||||
'4': 4,
|
||||
'': '',
|
||||
}
|
||||
|
||||
|
||||
@@ -54,12 +54,17 @@ SELECT_PR = {
|
||||
'mainz': 1,
|
||||
'odin': 2,
|
||||
'champagne': 3,
|
||||
'anchorage': 0,
|
||||
'august': 1,
|
||||
'marcopolo': 2,
|
||||
}
|
||||
|
||||
SELECT_DR = {
|
||||
'azuma': 0,
|
||||
'friedrich': 1,
|
||||
'drake': 0,
|
||||
'agir': 0,
|
||||
'hakuryu': 1,
|
||||
}
|
||||
|
||||
# Known Secondary Grid Items Limits
|
||||
|
||||
Reference in New Issue
Block a user