mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-12 11:07:27 +08:00
[Enhance] Maya uncap skill
- Add support for `skill_maya_uncap` - For Arcaea 6.9.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user