This commit is contained in:
marcins78
2013-03-15 18:02:21 +00:00
parent e4d017ef24
commit a7780b02b9
2 changed files with 5 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ var set20 = {
'20_40': 'http://lotrtcg.org/coreset/dwarven/battlefever.png',
'20_41': 'http://lotrtcg.org/coreset/dwarven/battletested.png',
'20_42': 'http://lotrtcg.org/coreset/dwarven/brothersinarms.png',
'20_43': 'http://lotrtcg.org/coreset/dwarven/crushingblow.png',
'20_43': 'http://lotrtcg.org/coreset/dwarven/crushingblow(r1).png',
'20_44': 'http://lotrtcg.org/coreset/dwarven/dwarvenaxe.png',
'20_45': 'http://lotrtcg.org/coreset/dwarven/dwarvenbracers.png',
'20_46': 'http://lotrtcg.org/coreset/dwarven/dwarvenfrenzy.png',

View File

@@ -15,8 +15,9 @@ import com.gempukku.lotro.logic.modifiers.ModifiersQuerying;
/**
* 0
* Crushing Blow
* Dwarven Event • Skirmish
* Make a Dwarf strength +2 (or strength +4 if you can spot a card stacked on a [Dwarven] condition).
* Event • Skirmish
* Make a Dwarf strength +2 (or strength +3 if you can spot a card stacked on a [Dwarven] condition).
* http://lotrtcg.org/coreset/dwarven/crushingblow(r1).png
*/
public class Card20_043 extends AbstractEvent {
public Card20_043() {
@@ -28,7 +29,7 @@ public class Card20_043 extends AbstractEvent {
PlayEventAction action = new PlayEventAction(self);
action.appendEffect(
new ChooseAndAddUntilEOPStrengthBonusEffect(action, self, playerId,
new ConditionEvaluator(2, 4,
new ConditionEvaluator(2, 3,
new Condition() {
@Override
public boolean isFullfilled(GameState gameState, ModifiersQuerying modifiersQuerying) {