From 5967be8d5666b47cba169df5eb3a2eacd87fb844 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Mon, 1 Mar 2021 17:21:41 -0600 Subject: add skill leaderboards --- src/cleaners/skyblock/stats.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/cleaners') diff --git a/src/cleaners/skyblock/stats.ts b/src/cleaners/skyblock/stats.ts index 6c274bc..7d8da57 100644 --- a/src/cleaners/skyblock/stats.ts +++ b/src/cleaners/skyblock/stats.ts @@ -3,9 +3,12 @@ const statCategories: { [ key: string ]: string[] | null } = { // sorted in orde 'kills': ['kills_', 'kills'], 'fishing': ['items_fished_', 'items_fished', 'shredder_'], 'auctions': ['auctions_'], - 'collection': ['collection_'], 'races': ['_best_time', '_best_time_2'], 'mythos': ['mythos_burrows_', 'mythos_kills'], + + 'collection': ['collection_'], + 'skills': ['skill_'], + 'misc': null // everything else goes here } -- cgit