forked from Hay1tsme/artemis
add RewardList support
add PresentList support add reading rewards to read.py add Ranking Music List support
This commit is contained in:
@ -43,6 +43,34 @@ class OngekiConstants:
|
||||
],
|
||||
)
|
||||
|
||||
REWARD_TYPES: Enum = Enum(
|
||||
"REWARD_TYPES",
|
||||
[
|
||||
"Card",
|
||||
"NamePlate",
|
||||
"Trophy",
|
||||
"LimitBreakItem",
|
||||
"AlmightyJewel",
|
||||
"Money",
|
||||
"Music",
|
||||
"ProfileVoice",
|
||||
"Present",
|
||||
"ChapterJewel",
|
||||
"GachaTicket",
|
||||
"KaikaItem",
|
||||
"ExpUpItem",
|
||||
"IntimateUpItem",
|
||||
"BookItem",
|
||||
"SystemVoice",
|
||||
"Costume",
|
||||
"Medal",
|
||||
"Attachment",
|
||||
"UnlockItem",
|
||||
"Max",
|
||||
"None",
|
||||
],
|
||||
)
|
||||
|
||||
class CM_GACHA_KINDS(Enum):
|
||||
Normal = 0
|
||||
Pickup = 1
|
||||
|
Reference in New Issue
Block a user