[Enhance] Maya uncap skill

- Add support for `skill_maya_uncap`
- For Arcaea 6.9.1
This commit is contained in:
Lost-MSth
2025-10-02 17:45:20 +08:00
parent 9c27b998ef
commit 65f6d212fe
8 changed files with 42 additions and 9 deletions

View File

@@ -248,6 +248,7 @@ class UserPlay(UserScore):
self.hp_interval_bonus: int = None # 不能给 None 以外的默认值
self.fever_bonus: int = None # 不能给 None 以外的默认值
self.rank_bonus: int = None # 不能给 None 以外的默认值
self.maya_gauge: int = None # 不能给 None 以外的默认值
self.skill_cytusii_flag: str = None
self.skill_chinatsu_flag: str = None
self.highest_health: int = None