mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-11 18:47:26 +08:00
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user