[Enhance] Support skill_nami_sui

- For Arcaea 6.6.0
- New partners "Tairitsu & El Fail" and "Nami & Sui (Twilight)"
- Add support for the character skill `skill_nami_sui`.
This commit is contained in:
Lost-MSth
2025-06-29 21:47:57 +08:00
parent 97b86a4381
commit 6c6a13086f
9 changed files with 80 additions and 21 deletions

View File

@@ -559,6 +559,13 @@ class UserInfo(User):
# 'subscription_multiplier': 114,
# 'memory_boost_ticket': 5,
'insight_state': self.insight_state, # 0~2 不可选3 技能激活4 未激活5 激活可选6 未激活可选
# 'enabled_features': [
# {
# "metadata": ["USA"],
# "feature": "paymentlink"
# }
# ],
}
def from_list(self, x: list) -> 'UserInfo':