- "Armored Easterling" Dmg+1 bonus lasts only until the end of the skirmish now.

This commit is contained in:
marcins78@gmail.com
2012-05-13 17:07:38 +00:00
parent 8a095b5175
commit 69ca1c01ac
2 changed files with 4 additions and 2 deletions

View File

@@ -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);

View File

@@ -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.