SQLite databases live on disk as a single file, so it's tempting to think you can make database backups just by copying the file. But this doesn't ensure the copy takes into account any current ...
SHOP_CATEGORIES = {0: "unknown", 1: "card", 2: "relic", 3: "potion", 4: "remove_card"} REWARD_TYPES = {0: "unknown", 1: "gold", 2: "potion", 3: "relic", 4: "card", 5 ...