[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:
Lost-MSth
2025-11-23 01:34:40 +08:00
parent 52bb834a8a
commit 39e1e52d36
8 changed files with 67 additions and 17 deletions

View File

@@ -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