"Dunlending Brigand"
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package com.gempukku.lotro.cards.set4.dunland;
|
||||
|
||||
import com.gempukku.lotro.cards.AbstractMinion;
|
||||
import com.gempukku.lotro.common.Culture;
|
||||
import com.gempukku.lotro.common.Race;
|
||||
|
||||
/**
|
||||
* Set: The Two Towers
|
||||
* Side: Shadow
|
||||
* Culture: Dunland
|
||||
* Twilight Cost: 2
|
||||
* Type: Minion • Man
|
||||
* Strength: 8
|
||||
* Vitality: 1
|
||||
* Site: 3
|
||||
*/
|
||||
public class Card4_010 extends AbstractMinion {
|
||||
public Card4_010() {
|
||||
super(2, 8, 1, 3, Race.MAN, Culture.DUNLAND, "Dunlending Brigand");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user