"Vicious Olog-hai"

This commit is contained in:
marcins78
2013-02-12 12:33:30 +00:00
parent a99badf9ed
commit f3a8b4e8c4

View File

@@ -21,13 +21,14 @@ import java.util.List;
* Vicious Olog-hai * Vicious Olog-hai
* Sauron Minion • Troll * Sauron Minion • Troll
* 15 4 6 * 15 4 6
* Fierce. * Fierce. Damage +1.
* Regroup: Exert this minion to add a threat. * Regroup: Exert this minion to add a threat.
*/ */
public class Card20_379 extends AbstractMinion { public class Card20_379 extends AbstractMinion {
public Card20_379() { public Card20_379() {
super(8, 15, 4, 6, Race.TROLL, Culture.SAURON, "Vicious Olog-hai"); super(8, 15, 4, 6, Race.TROLL, Culture.SAURON, "Vicious Olog-hai");
addKeyword(Keyword.FIERCE); addKeyword(Keyword.FIERCE);
addKeyword(Keyword.DAMAGE, 1);
} }
@Override @Override