1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00
AzurLaneAutoScript/module/shop/base_globals.py
nEEtdo0d f9025957bb Fix: can read currency = 0, swap as items loaded has re-capture logic
Upd: corresponding ssets, no longer have 's' in string
2021-11-19 17:27:59 -05:00

39 lines
601 B
Python

# 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,
'anchorage': 4,
'august': 4,
'marcopolo': 4,
'agir': 4,
'hakuryu': 4,
'1': 1,
'2': 2,
'3': 3,
'4': 4,
'': '',
}
# Known items with no tiers
ITEM_NO_TIERS = [
'Chip',
'Drill',
'Cube',
]