Merge pull request #6210 from kraktus/FAQ-RD-variants

Add RD requirements for variant leaderboards in FAQ
pull/6216/head
Thibault Duplessis 2020-03-23 09:25:59 -06:00 committed by GitHub
commit 6ff1932a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ object faq {
ol(
li("have played at least 30 rated games in a given rating,"),
li("have played a rated game within the last week for this rating,"),
li("have a rating deviation lower than " + lila.rating.Glicko.standardRankableDeviation + ","),
li("have a rating deviation lower than " + lila.rating.Glicko.standardRankableDeviation + " in standard chess, and lower than " + lila.rating.Glicko.variantRankableDeviation + " in variants,"),
li("be in the top 10 in this rating.")
),
p(