Users

Beatmaps

This frontend is considered legacy software as of 30.06.2023. Some features may not work as intended. The new frontend is accessible for testing here.
Circle Size
<% beatmap_data.cs %>
HP Drain
<% beatmap_data.hp %>
Accuracy
<% beatmap_data.od %>
Approach Rate
<% beatmap_data.ar %>
Star Difficulty
<% beatmap_data.diff?.toFixed(2) %>
Success Rate (<% beatmap_data.plays %> total)
<% beatmap_data.passes %>
<% getPassPercent(beatmap_data.passes, beatmap_data.plays)?.toFixed(2) %>%
<% beatmap_data.plays - beatmap_data.passes %>