Skip to content

Commit

Permalink
Add score with mod settings to stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
Syriiin committed Dec 14, 2024
1 parent 0239935 commit 5cd8dd0
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
22 changes: 22 additions & 0 deletions common/osu/stubdata/osuapi/beatmaps.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,27 @@
"submission_date": "2014-05-14T17:51:34+00:00",
"last_updated": "2014-08-27T04:39:38+00:00",
"approval_date": "2014-09-03T04:42:13+00:00"
},
"153776": {
"beatmap_id": 153776,
"set_id": 153776,
"gamemode": 0,
"status": 1,
"artist": "yuikonnu & ayaponzu*",
"title": "Super Nuko World",
"difficulty_name": "Guy's Extra",
"creator_name": "AllStar12",
"creator_id": 2241286,
"bpm": 190,
"max_combo": 1739,
"drain_time": 218,
"total_time": 219,
"circle_size": 4.0,
"approach_rate": 9.0,
"overall_difficulty": 8.0,
"health_drain": 7.0,
"submission_date": "2014-02-27T22:01:10+00:00",
"last_updated": "2014-12-27T03:13:21+00:00",
"approval_date": "2014-12-27T03:13:22+00:00"
}
}
30 changes: 30 additions & 0 deletions common/osu/stubdata/osuapi/user_recent.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,36 @@
"perfect": false,
"rank": "B",
"date": "2023-05-30T13:24:21+00:00"
},
{
"beatmap_id": 386728,
"mods": 64,
"mods_json": {
"DT": {
"speed_change": 1.01
}
},
"is_stable": false,
"score": 527683,
"best_combo": 269,
"count_300": 1276,
"count_100": 69,
"count_50": 0,
"count_miss": 20,
"count_katu": 0,
"count_geki": 0,
"statistics": {
"ok": 69,
"miss": 20,
"great": 1276,
"ignore_hit": 332,
"ignore_miss": 9,
"large_tick_hit": 40,
"slider_tail_hit": 327
},
"perfect": false,
"rank": "A",
"date": "2024-12-14T11:41:59+00:00"
}
],
"1": [],
Expand Down

0 comments on commit 5cd8dd0

Please sign in to comment.