"Troll of Gorgoroth"

This commit is contained in:
marcins78
2013-02-21 12:03:37 +00:00
parent 5f57564ab1
commit 7a626f98c9

View File

@@ -18,17 +18,17 @@ import java.util.Collections;
import java.util.List;
/**
* 5
* 4
* Troll of Gorgoroth
* Sauron Minion • Troll
* 14 4 6
* 12 3 6
* Fierce.
* This minion's twilight cost is +1 for each Free Peoples culture you can spot.
* When you play this minion in region 3, you may discard a Free Peoples condition.
*/
public class Card20_377 extends AbstractMinion {
public Card20_377() {
super(5, 14, 4, 6, Race.TROLL, Culture.SAURON, "Troll of Gorgoroth");
super(4, 12, 3, 6, Race.TROLL, Culture.SAURON, "Troll of Gorgoroth");
addKeyword(Keyword.FIERCE);
}