tweak ublog ranking

crosstable3
Thibault Duplessis 2021-09-18 10:49:21 +02:00
parent 95b223294a
commit 0cbd126f8c
1 changed files with 3 additions and 3 deletions

View File

@ -148,9 +148,9 @@ final class UblogRank(
val tierMultiplier = tier match {
case UblogBlog.Tier.LOW => 0.2
case UblogBlog.Tier.NORMAL => 1
case UblogBlog.Tier.HIGH => 3
case UblogBlog.Tier.BEST => 5
case UblogBlog.Tier.NORMAL => 2
case UblogBlog.Tier.HIGH => 5
case UblogBlog.Tier.BEST => 8
case _ => 0
}