MibooGram/modules/gacha_log/const.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
355 B
Python
Raw Normal View History

from genshin.models import GenshinBannerType
PAIMONMOE_VERSION = 3
UIGF_VERSION = "v2.2"
GACHA_TYPE_LIST = {
GenshinBannerType.NOVICE: "新手祈愿",
GenshinBannerType.PERMANENT: "常驻祈愿",
GenshinBannerType.WEAPON: "武器祈愿",
GenshinBannerType.CHARACTER1: "角色祈愿",
GenshinBannerType.CHARACTER2: "角色祈愿",
}