mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-11 18:47:26 +08:00
[Enhance] Maya uncap skill
- Add support for `skill_maya_uncap` - For Arcaea 6.9.1
This commit is contained in:
@@ -134,6 +134,8 @@ def song_score_post(user_id):
|
||||
x.fever_bonus = int(request.form['fever_bonus'])
|
||||
if 'rank_bonus' in request.form:
|
||||
x.rank_bonus = int(request.form['rank_bonus'])
|
||||
if 'maya_gauge' in request.form:
|
||||
x.maya_gauge = int(request.form['maya_gauge'])
|
||||
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