[Enhance] Support skill_hikari_selene

- For Arcaea 6.2.6
- New partner "Hikari & Selene Sheryl"
- Add support for the character skill `skill_hikari_selene`.
This commit is contained in:
Lost-MSth
2025-02-27 22:36:12 +08:00
parent ecfb360228
commit 3424ad67cb
5 changed files with 32 additions and 18 deletions

View File

@@ -129,6 +129,7 @@ def song_score_post(user_id):
x.combo_interval_bonus = int(request.form['combo_interval_bonus'])
if 'hp_interval_bonus' in request.form:
x.hp_interval_bonus = int(request.form['hp_interval_bonus'])
# visible_map_count
x.highest_health = request.form.get("highest_health", type=int)
x.lowest_health = request.form.get("lowest_health", type=int)
if not x.is_valid: