"Endurance of Dwarves" now adds vitality
"Gimli's Battle Axe" now adds strength
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
package com.gempukku.lotro.cards.set40.dwarven;
|
||||
|
||||
import com.gempukku.lotro.logic.cardtype.AbstractAttachable;
|
||||
import com.gempukku.lotro.logic.timing.PlayConditions;
|
||||
import com.gempukku.lotro.logic.effects.SelfDiscardEffect;
|
||||
import com.gempukku.lotro.logic.effects.choose.ChooseAndAddUntilEOPStrengthBonusEffect;
|
||||
import com.gempukku.lotro.common.*;
|
||||
import com.gempukku.lotro.game.PhysicalCard;
|
||||
import com.gempukku.lotro.game.state.LotroGame;
|
||||
import com.gempukku.lotro.logic.actions.ActivateCardAction;
|
||||
import com.gempukku.lotro.logic.cardtype.AbstractAttachable;
|
||||
import com.gempukku.lotro.logic.effects.SelfDiscardEffect;
|
||||
import com.gempukku.lotro.logic.effects.choose.ChooseAndAddUntilEOPStrengthBonusEffect;
|
||||
import com.gempukku.lotro.logic.timing.Action;
|
||||
import com.gempukku.lotro.logic.timing.PlayConditions;
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
@@ -46,4 +46,9 @@ public class Card40_015 extends AbstractAttachable{
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getVitality() {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,13 +24,14 @@ import java.util.List;
|
||||
* Twilight Cost: 2
|
||||
* Type: Possession - Hand Weapon
|
||||
* Card Number: 1R19
|
||||
* Strength: +2
|
||||
* Game Text: Bearer must be a Dwarf. If bearer is Gimli, he is damage +1.
|
||||
* Each time bearer wins a skirmish, you may stack a [DWARVEN] event from your discard pile on a [DWARVEN] support area
|
||||
* condition.
|
||||
*/
|
||||
public class Card40_019 extends AbstractAttachableFPPossession {
|
||||
public Card40_019() {
|
||||
super(2, 0, 0, Culture.DWARVEN, PossessionClass.HAND_WEAPON, "Gimli's Battle Axe", "Weapon of Erebor", true);
|
||||
super(2, 2, 0, Culture.DWARVEN, PossessionClass.HAND_WEAPON, "Gimli's Battle Axe", "Weapon of Erebor", true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user