Skip to content

Commit

Permalink
Add leaderboards for Infinite Parkour
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 committed Aug 3, 2024
1 parent f32dd61 commit e87f9e9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
11 changes: 11 additions & 0 deletions leaderboards/infiniteparkour/all_time_points.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"id": "infiniteparkour:all_time_points",
"query": {
"statistic": {
"namespace": "infinite_parkour",
"key": "plasmid:points",
"aggregate": "total",
"ranking": "highest"
}
}
}
11 changes: 11 additions & 0 deletions leaderboards/infiniteparkour/points.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"id": "infiniteparkour:points",
"query": {
"statistic": {
"namespace": "infinite_parkour",
"key": "plasmid:points",
"aggregate": "maximum",
"ranking": "highest"
}
}
}
2 changes: 2 additions & 0 deletions translations/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"leaderboard.fortress.modules_placed": "Modules placed",
"leaderboard.fortress.rows_captured": "Rows captured",
"leaderboard.fortress.total_kills": "Kills",
"leaderboard.infiniteparkour.all_time_points": "All-time points",
"leaderboard.infiniteparkour.points": "Points",
"leaderboard.intermediate_withersweeper.fields_uncovered": "Fields uncovered",
"leaderboard.intermediate_withersweeper.games_won": "Games won",
"leaderboard.intermediate_withersweeper.quickest_time": "Quickest time",
Expand Down

0 comments on commit e87f9e9

Please sign in to comment.