- "Blood of Numenor" now skips the archery phase.
This commit is contained in:
@@ -7,11 +7,13 @@ import com.gempukku.lotro.cards.actions.PlayPermanentAction;
|
||||
import com.gempukku.lotro.cards.effects.ExhaustCharacterEffect;
|
||||
import com.gempukku.lotro.cards.effects.SelfDiscardEffect;
|
||||
import com.gempukku.lotro.cards.effects.choose.ChooseAndExertCharactersEffect;
|
||||
import com.gempukku.lotro.cards.modifiers.ShouldSkipPhaseModifier;
|
||||
import com.gempukku.lotro.common.*;
|
||||
import com.gempukku.lotro.filters.Filters;
|
||||
import com.gempukku.lotro.game.PhysicalCard;
|
||||
import com.gempukku.lotro.game.state.LotroGame;
|
||||
import com.gempukku.lotro.logic.actions.RequiredTriggerAction;
|
||||
import com.gempukku.lotro.logic.modifiers.Modifier;
|
||||
import com.gempukku.lotro.logic.timing.EffectResult;
|
||||
import com.gempukku.lotro.logic.timing.results.PlayCardResult;
|
||||
|
||||
@@ -46,6 +48,11 @@ public class Card2_031 extends AbstractPermanent {
|
||||
return permanentAction;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Modifier getAlwaysOnModifier(PhysicalCard self) {
|
||||
return new ShouldSkipPhaseModifier(self, Phase.ARCHERY);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<RequiredTriggerAction> getRequiredAfterTriggers(LotroGame game, EffectResult effectResult, PhysicalCard self) {
|
||||
if (TriggerConditions.played(game, effectResult, Filters.and(Culture.SAURON, CardType.MINION))) {
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
- Players can now (using Settings tab) specify which form of answer selection to use - buttons or drop-down.
|
||||
- FP player should be able to play only FP cards, Shadow player - Shadow cards, even if effect text doesn't say it
|
||||
(i.e. "Fellowship: Play Man to draw a card.")
|
||||
- "Blood of Numenor" now skips the archery phase.
|
||||
|
||||
<b>11 Jan. 2012</b>
|
||||
- "Isengard Sword" now correctly gives -2 Strength to character in skirmish against its bearer.
|
||||
|
||||
Reference in New Issue
Block a user