One more update of SOI rankings

This commit is contained in:
mcrawford620
2016-07-21 04:41:57 +00:00
parent 0d155118c6
commit 94b2f108ec
2 changed files with 110 additions and 108 deletions

View File

@@ -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 {