1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00
Files
AzurLaneAutoScript/module/shop/base_globals.py

33 lines
501 B
Python
Raw Normal View History

2021-07-10 23:11:32 -04:00
# 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',
]