mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Updated weight for card rating using by ai.
This commit is contained in:
parent
6dbef9fee0
commit
6e911e88fe
4 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ public class RateCard {
|
|||
} else {
|
||||
type = 6;
|
||||
}
|
||||
int score = 3 * getCardRating(card) + type + getManaCostScore(card, allowedColors);
|
||||
int score = 10 * getCardRating(card) + type + getManaCostScore(card, allowedColors);
|
||||
return score;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue