mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-09 09:17:26 +08:00
[Enhance] Support skill_hikari_tairitsu_debut skill
- For Arcaea 6.10.8 - Add the new character "Hikari & Tairitsu[ANS] (Debut)", and add support for its skill.
This commit is contained in:
@@ -249,6 +249,7 @@ class UserPlay(UserScore):
|
||||
self.fever_bonus: int = None # 不能给 None 以外的默认值
|
||||
self.rank_bonus: int = None # 不能给 None 以外的默认值
|
||||
self.maya_gauge: int = None # 不能给 None 以外的默认值
|
||||
self.nextstage_bonus: int = None # 不能给 None 以外的默认值
|
||||
self.skill_cytusii_flag: str = None
|
||||
self.skill_chinatsu_flag: str = None
|
||||
self.highest_health: int = None
|
||||
|
||||
Reference in New Issue
Block a user