- "Armored Easterling" Dmg+1 bonus lasts only until the end of the skirmish now.
This commit is contained in:
@@ -2,6 +2,7 @@ package com.gempukku.lotro.cards.set11.men;
|
||||
|
||||
import com.gempukku.lotro.cards.AbstractMinion;
|
||||
import com.gempukku.lotro.cards.PlayConditions;
|
||||
import com.gempukku.lotro.cards.effects.AddUntilEndOfPhaseModifierEffect;
|
||||
import com.gempukku.lotro.cards.effects.AddUntilStartOfPhaseModifierEffect;
|
||||
import com.gempukku.lotro.cards.effects.RemoveTwilightEffect;
|
||||
import com.gempukku.lotro.cards.effects.choose.ChooseAndAddUntilEOPStrengthBonusEffect;
|
||||
@@ -73,8 +74,8 @@ public class Card11_068 extends AbstractMinion {
|
||||
@Override
|
||||
protected void cardSelected(LotroGame game, PhysicalCard card) {
|
||||
action3.insertEffect(
|
||||
new AddUntilStartOfPhaseModifierEffect(
|
||||
new KeywordModifier(self, card, Keyword.DAMAGE, 1), Phase.REGROUP));
|
||||
new AddUntilEndOfPhaseModifierEffect(
|
||||
new KeywordModifier(self, card, Keyword.DAMAGE, 1), Phase.SKIRMISH));
|
||||
}
|
||||
});
|
||||
actions.add(action3);
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
already carries one.
|
||||
- "Assault Commander" now gives -1 resistance, rather than +1.
|
||||
- "Shingle in a Storm" now correctly discards itself upon use.
|
||||
- "Armored Easterling" Dmg+1 bonus lasts only until the end of the skirmish now.
|
||||
|
||||
<b>09 May 2012</b>
|
||||
- "Wrath of Harad" should now no longer freeze the game.
|
||||
|
||||
Reference in New Issue
Block a user