1
0
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:
nEEtdo0d
2021-07-10 23:11:32 -04:00
parent 623fc1d921
commit c9bfb2d983
9 changed files with 1097 additions and 0 deletions

View 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',
]