forked from External/mage
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue