From eb025ba77965ecccb4dc8d98b22996a11558be6f Mon Sep 17 00:00:00 2001 From: Jerozgen Date: Fri, 9 Jun 2023 23:20:41 +0300 Subject: [PATCH] Add Item Hunt leaderboards --- leaderboards/itemhunt/games_won.json | 11 +++++++++++ leaderboards/itemhunt/items_obtained.json | 11 +++++++++++ leaderboards/itemhunt_with_crafting/games_won.json | 11 +++++++++++ .../itemhunt_with_crafting/items_obtained.json | 11 +++++++++++ translations/en_us.json | 4 ++++ translations/ru.json | 4 ++++ 6 files changed, 52 insertions(+) create mode 100644 leaderboards/itemhunt/games_won.json create mode 100644 leaderboards/itemhunt/items_obtained.json create mode 100644 leaderboards/itemhunt_with_crafting/games_won.json create mode 100644 leaderboards/itemhunt_with_crafting/items_obtained.json diff --git a/leaderboards/itemhunt/games_won.json b/leaderboards/itemhunt/games_won.json new file mode 100644 index 0000000..87de77d --- /dev/null +++ b/leaderboards/itemhunt/games_won.json @@ -0,0 +1,11 @@ +{ + "id": "itemhunt:games_won", + "query": { + "statistic": { + "namespace": "itemhunt", + "key": "plasmid:games_won", + "aggregate": "total", + "ranking": "highest" + } + } +} \ No newline at end of file diff --git a/leaderboards/itemhunt/items_obtained.json b/leaderboards/itemhunt/items_obtained.json new file mode 100644 index 0000000..2c8bd32 --- /dev/null +++ b/leaderboards/itemhunt/items_obtained.json @@ -0,0 +1,11 @@ +{ + "id": "itemhunt:items_obtained", + "query": { + "statistic": { + "namespace": "itemhunt", + "key": "itemhunt:items_obtained", + "aggregate": "maximum", + "ranking": "highest" + } + } +} \ No newline at end of file diff --git a/leaderboards/itemhunt_with_crafting/games_won.json b/leaderboards/itemhunt_with_crafting/games_won.json new file mode 100644 index 0000000..014702c --- /dev/null +++ b/leaderboards/itemhunt_with_crafting/games_won.json @@ -0,0 +1,11 @@ +{ + "id": "itemhunt_with_crafting:games_won", + "query": { + "statistic": { + "namespace": "itemhunt_with_crafting", + "key": "plasmid:games_won", + "aggregate": "total", + "ranking": "highest" + } + } +} \ No newline at end of file diff --git a/leaderboards/itemhunt_with_crafting/items_obtained.json b/leaderboards/itemhunt_with_crafting/items_obtained.json new file mode 100644 index 0000000..7ed309b --- /dev/null +++ b/leaderboards/itemhunt_with_crafting/items_obtained.json @@ -0,0 +1,11 @@ +{ + "id": "itemhunt_with_crafting:items_obtained", + "query": { + "statistic": { + "namespace": "itemhunt_with_crafting", + "key": "itemhunt:items_obtained", + "aggregate": "maximum", + "ranking": "highest" + } + } +} \ No newline at end of file diff --git a/translations/en_us.json b/translations/en_us.json index 1e7e659..5445c20 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -25,6 +25,10 @@ "leaderboard.intermediate_withersweeper.fields_uncovered": "Fields uncovered", "leaderboard.intermediate_withersweeper.games_won": "Games won", "leaderboard.intermediate_withersweeper.quickest_time": "Quickest time", + "leaderboard.itemhunt.games_won": "Games won", + "leaderboard.itemhunt.items_obtained": "Items obtained", + "leaderboard.itemhunt_with_crafting.games_won": "Games won", + "leaderboard.itemhunt_with_crafting.items_obtained": "Items obtained", "leaderboard.loop_de_loop_amplified.games_won": "Games won", "leaderboard.loop_de_loop_amplified.missed_hoops": "Missed Hoops", "leaderboard.loop_de_loop_amplified.quickest_time": "Quickest time", diff --git a/translations/ru.json b/translations/ru.json index b0dd5f8..459a3af 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -43,6 +43,10 @@ "leaderboard.fortress.total_kills": "Убийств", "leaderboard.intermediate_withersweeper.games_won": "Побед", "leaderboard.intermediate_withersweeper.quickest_time": "Самое быстрое время", + "leaderboard.itemhunt.games_won": "Побед", + "leaderboard.itemhunt.items_obtained": "Добыто предметов", + "leaderboard.itemhunt_with_crafting.games_won": "Побед", + "leaderboard.itemhunt_with_crafting.items_obtained": "Добыто предметов", "leaderboard.loop_de_loop_marathon.quickest_time": "Самое быстрое время", "leaderboard.loop_de_loop_ridiculous.quickest_time": "Самое быстрое время", "leaderboard.loop_de_loop.quickest_time": "Самое быстрое время",