diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-03-01 13:48:21 -0600 |
---|---|---|
committer | mat <27899617+mat-1@users.noreply.github.com> | 2021-03-01 13:48:21 -0600 |
commit | 40e9f8f0a90cc784e266c9a1c8f2da1de90107ea (patch) | |
tree | 31ed940554efdd2802945933c87626f9c4b57c3f /build/cleaners/skyblock/stats.js | |
parent | e7f891c00d25ab81c04d3982661a49fd2e90d913 (diff) | |
parent | 80fbc300471e138172f4527106cc2a6365894cd5 (diff) | |
download | skyblock-api-40e9f8f0a90cc784e266c9a1c8f2da1de90107ea.tar.gz skyblock-api-40e9f8f0a90cc784e266c9a1c8f2da1de90107ea.tar.bz2 skyblock-api-40e9f8f0a90cc784e266c9a1c8f2da1de90107ea.zip |
Merge branch 'main' of https://github.com/skyblockstats/skyblock-api into main
Diffstat (limited to 'build/cleaners/skyblock/stats.js')
-rw-r--r-- | build/cleaners/skyblock/stats.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/cleaners/skyblock/stats.js b/build/cleaners/skyblock/stats.js index d805683..d7aa984 100644 --- a/build/cleaners/skyblock/stats.js +++ b/build/cleaners/skyblock/stats.js @@ -4,10 +4,11 @@ exports.cleanProfileStats = exports.categorizeStat = void 0; const statCategories = { 'deaths': ['deaths_', 'deaths'], 'kills': ['kills_', 'kills'], - 'fishing': ['items_fished_', 'items_fished'], + 'fishing': ['items_fished_', 'items_fished', 'shredder_'], 'auctions': ['auctions_'], 'collection': ['collection_'], 'races': ['_best_time', '_best_time_2'], + 'mythos': ['mythos_burrows_', 'mythos_kills'], 'misc': null // everything else goes here }; function categorizeStat(statNameRaw) { |