From d81ba5fdeae1b179b2103c98a765b18eb6bc3e72 Mon Sep 17 00:00:00 2001 From: dan63047 <44553627+dan63047@users.noreply.github.com> Date: Sun, 24 Mar 2024 15:32:52 +0000 Subject: [PATCH] Init --- Leaderboard-based-stats.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Leaderboard-based-stats.md diff --git a/Leaderboard-based-stats.md b/Leaderboard-based-stats.md new file mode 100644 index 0000000..9e7bf27 --- /dev/null +++ b/Leaderboard-based-stats.md @@ -0,0 +1,31 @@ +Can you agree, that just looking at numbers is... dumb? So, with this feature you can instantly tell how well you doing in tetra league. By default these stats are turned off because loading and analyzing Tetra League leaderboard takes some amount of time. If you want to turn it on, go to three dots menu -> "Settings" and press "Show leaderboard based stats" toggle. + +![Show leaderboard based stats](https://github.com/dan63047/TetraStats/assets/44553627/8bd19e57-649a-49d2-842e-47981b2d587d) + +Once you do that, go back and hit three dots menu -> "Refresh". You will notice, that your numbers now have colors, as well, as additional metric under every stat showed up. What does that mean? + +![Colored numbers](https://github.com/dan63047/TetraStats/assets/44553627/989afbe9-2d1c-40e5-89ac-4b44ecc76258) + +### Colors +Every metric now gets compared with average value on your percentage rank. To determine, which color give to number, Tetra Stats gets "percentage relative to average value" (basically `playerStat / averageStat` if higher - better or `averageStat / playerStat` if lower - better). 100% means `playerStat == averageStat` Colors goes like this (higher - better): + +| Accent | % relative to average | +|--------|-----------------------| +| Purple | More, than 150% | +| Blue | 120% - 150% | +| Green | 90% - 120% | +| Yellow | 70% - 90% | +| Red | 70% or less | +| White | Not Available | + +### Leaderboard position indicator +This small indicator shows your position on Tetra League leaderboard. If you high enough and you're ranked. You will see precise position on it. That thing also have colors: + +| Accent | LB position | +|--------|---------------| +| Yellow | First | +| BlueGrey | Second | +| Brown | Third | +| Blue | №4 - №9 | +| Green | №10 - №99 | +| Gray | №100 or lower |