"Easterling Detachment"

This commit is contained in:
marcins78
2013-02-21 11:36:32 +00:00
parent eb06264e0a
commit 5edf604e62

View File

@@ -9,12 +9,12 @@ import com.gempukku.lotro.common.Race;
* 6
* Easterling Detachment
* Fallen Realms Minion • Man
* 13 3 4
* 10 3 4
* Easterling. Fierce. Enduring.
*/
public class Card20_114 extends AbstractMinion {
public Card20_114() {
super(6, 13, 3, 4, Race.MAN, Culture.FALLEN_REALMS, "Easterling Detachment");
super(6, 10, 3, 4, Race.MAN, Culture.FALLEN_REALMS, "Easterling Detachment");
addKeyword(Keyword.EASTERLING);
addKeyword(Keyword.FIERCE);
addKeyword(Keyword.ENDURING);