mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
One more update of SOI rankings
This commit is contained in:
@@ -123,6 +123,8 @@ public class CardRanker {
|
||||
rkg = DraftRankCache.getRanking(card.getName(), card.getEdition());
|
||||
}
|
||||
|
||||
// Convert to a score from 0-100 where higher is better.
|
||||
// Makes it easier to think about and do math with the scores.
|
||||
if (rkg != null) {
|
||||
rawScore = 100 - (100 * rkg);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user