This commit is contained in:
marcins78@gmail.com
2011-11-15 16:01:13 +00:00
parent d54cf70f98
commit 65b4f3e09b

View File

@@ -20,14 +20,13 @@ import java.util.List;
* Side: Free
* Culture: Elven
* Twilight Cost: 2
* Type: Companion Elf
* Type: Companion Elf
* Strength: 6
* Vitality: 3
* Resistance: 6
* Signet: Aragorn
* Game Text: Skirmish: Discard a card from hand to discard the bottom card of your draw deck. If the bottom card was
* an [ELVEN] card, each minion skirmishing Arwen is strength -3.
* Rarity: U
*/
public class Card10_005 extends AbstractCompanion {
public Card10_005() {
@@ -39,7 +38,6 @@ public class Card10_005 extends AbstractCompanion {
if (PlayConditions.canUseFPCardDuringPhase(game.getGameState(), Phase.SKIRMISH, self)
&& PlayConditions.canDiscardFromHand(game, playerId, 1, Filters.any)) {
final ActivateCardAction action = new ActivateCardAction(self);
action.setText("Discard the bottom card of your draw deck. If the bottom card was an Elven card, each minion skirmishing Arwen is strength -3.");
action.appendCost(
new ChooseAndDiscardCardsFromHandEffect(action, playerId, false, 1));
action.appendEffect(