- "Phial of Galadriel" now requires to exert an Elf when it's played.
This commit is contained in:
@@ -2,6 +2,8 @@ package com.gempukku.lotro.cards.set3.elven;
|
||||
|
||||
import com.gempukku.lotro.cards.AbstractAttachableFPPossession;
|
||||
import com.gempukku.lotro.cards.PlayConditions;
|
||||
import com.gempukku.lotro.cards.actions.AttachPermanentAction;
|
||||
import com.gempukku.lotro.cards.effects.choose.ChooseAndExertCharactersEffect;
|
||||
import com.gempukku.lotro.cards.modifiers.ResistanceModifier;
|
||||
import com.gempukku.lotro.common.Culture;
|
||||
import com.gempukku.lotro.common.Filterable;
|
||||
@@ -40,6 +42,14 @@ public class Card3_024 extends AbstractAttachableFPPossession {
|
||||
return Keyword.RING_BEARER;
|
||||
}
|
||||
|
||||
@Override
|
||||
public AttachPermanentAction getPlayCardAction(String playerId, LotroGame game, PhysicalCard self, Filter additionalAttachmentFilter, int twilightModifier) {
|
||||
AttachPermanentAction action = super.getPlayCardAction(playerId, game, self, additionalAttachmentFilter, twilightModifier);
|
||||
action.appendCost(
|
||||
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, Race.ELF));
|
||||
return action;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected List<? extends Modifier> getNonBasicStatsModifiers(PhysicalCard self) {
|
||||
return Collections.singletonList(
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>23 Nov. 2011</b>
|
||||
- "Jarnsmid" now modifies the twilight cost of the itmes by -1, rather than +1.
|
||||
- "Phial of Galadriel" now requires to exert an Elf when it's played.
|
||||
|
||||
<b>22 Nov. 2011</b>
|
||||
- If a FP character had already some minion assigned, when FP player assigns minion, that character now counts the
|
||||
|
||||
Reference in New Issue
Block a user