- "Troll of Morannon" has lost its prowess (Damage +1) (per card text).
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
- "Lurtz, Champion of the White Hand" now spots only Hobbit companions, instead of just Hobbits (per card text).
|
- "Lurtz, Champion of the White Hand" now spots only Hobbit companions, instead of just Hobbits (per card text).
|
||||||
- "Gloin, Gimli's Father" can now pump itself (per card text).
|
- "Gloin, Gimli's Father" can now pump itself (per card text).
|
||||||
- "Galadriel's Grove" should now allow to play Galadriel from deck.
|
- "Galadriel's Grove" should now allow to play Galadriel from deck.
|
||||||
|
- "Troll of Morannon" has lost its prowess (Damage +1) (per card text).
|
||||||
|
|
||||||
<b>12 Mar. 2013</b>
|
<b>12 Mar. 2013</b>
|
||||||
- "Flaming Brand" from set 20 should now correctly apply strength and damage bonus if bearer is skirmishing a Nazgul.
|
- "Flaming Brand" from set 20 should now correctly apply strength and damage bonus if bearer is skirmishing a Nazgul.
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ import java.util.List;
|
|||||||
public class Card20_378 extends AbstractMinion {
|
public class Card20_378 extends AbstractMinion {
|
||||||
public Card20_378() {
|
public Card20_378() {
|
||||||
super(4, 12, 3, 6, Race.TROLL, Culture.SAURON, "Troll of Morannon");
|
super(4, 12, 3, 6, Race.TROLL, Culture.SAURON, "Troll of Morannon");
|
||||||
addKeyword(Keyword.DAMAGE, 1);
|
|
||||||
addKeyword(Keyword.FIERCE);
|
addKeyword(Keyword.FIERCE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user