mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Add: shop and build modules
This commit is contained in:
32
module/shop/base_globals.py
Normal file
32
module/shop/base_globals.py
Normal file
@@ -0,0 +1,32 @@
|
||||
# PR/DR Ship to Series #
|
||||
# misc keys for hashing
|
||||
BP_SERIES = {
|
||||
'neptune': 1,
|
||||
'monarch': 1,
|
||||
'ibuki': 1,
|
||||
'izumo': 1,
|
||||
'roon': 1,
|
||||
'saintlouis': 1,
|
||||
'seattle': 2,
|
||||
'georgia': 2,
|
||||
'kitakaze': 2,
|
||||
'gascogne': 2,
|
||||
'azuma': 2,
|
||||
'friedrich': 2,
|
||||
'cheshire': 3,
|
||||
'mainz': 3,
|
||||
'odin': 3,
|
||||
'champagne': 3,
|
||||
'drake': 3,
|
||||
'1': 1,
|
||||
'2': 2,
|
||||
'3': 3,
|
||||
'': '',
|
||||
}
|
||||
|
||||
# Known items with no tiers
|
||||
ITEM_NO_TIERS = [
|
||||
'Chips',
|
||||
'Drill',
|
||||
'Cubes',
|
||||
]
|
||||
Reference in New Issue
Block a user