diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV01/V1_gondor.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV01/V1_gondor.hjson index 62a4c0ba2..5b6d63fe4 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV01/V1_gondor.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV01/V1_gondor.hjson @@ -161,9 +161,8 @@ filter: self } effect: { - type: putCardsFromDeckIntoHand + type: PlayCardFromDrawDeck select: choose(elf,maxTwilight(2)) - reveal: true shuffle: true showAll: true } @@ -177,13 +176,27 @@ select: choose(culture(elven)) } effect: { - type: ModifyStrength - select: self - amount: 1 + type: Choice + texts: [ + Make Aragorn strength +2 + Make Aragorn damage +1 + ] + effects: [ + { + type: ModifyStrength + select: self + amount: 2 + } + { + type: AddKeyword + select: self + keyword: damage+1 + } + ] } } ] - gametext: When you play Aragorn, you may take an Elf with a twilight cost of 2 or less into hand from your draw deck.
Skirmish: Discard an [elven] card from hand to make Aragorn strength +1. + gametext: When you play Aragorn (except in your starting fellowship), you may play an Elf with a twilight cost of 2 or less from your draw deck.
Skirmish: Discard an [elven] card from hand to make Aragorn strength +2 or damage +1. lore: "'I gave Hope to the DĂșnedain, I have kept no
hope for myself.'" promotext: "" alts: { diff --git a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v01/Card_V1_019_Tests.java b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v01/Card_V1_019_Tests.java index eaa56c92e..b834db3e4 100644 --- a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v01/Card_V1_019_Tests.java +++ b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v01/Card_V1_019_Tests.java @@ -3,13 +3,13 @@ package com.gempukku.lotro.cards.unofficial.pc.vsets.set_v01; import com.gempukku.lotro.cards.GenericCardTestHelper; import com.gempukku.lotro.common.*; import com.gempukku.lotro.game.CardNotFoundException; -import com.gempukku.lotro.game.PhysicalCardImpl; import com.gempukku.lotro.logic.decisions.DecisionResultInvalidException; import org.junit.Test; import java.util.HashMap; -import static org.junit.Assert.*; +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertTrue; public class Card_V1_019_Tests { @@ -43,8 +43,8 @@ public class Card_V1_019_Tests * Vitality: 4 * Resistance: 6 * Signet: Gandalf - * Game Text: When you play Aragorn, you may take an Elf with a twilight cost of 2 or less into hand from your draw deck. - * Skirmish: Discard an [elven] card from hand to make Aragorn strength +1. + * Game Text: When you play Aragorn (except in your starting fellowship), you may play an Elf with a twilight cost of 2 or less from your draw deck. + * Skirmish: Discard an [elven] card from hand to make Aragorn strength +2 or damage +1. */ var scn = GetScenario();