diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Gollum.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Gollum.hjson index 8d4aa2062..3d6e4df18 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Gollum.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Gollum.hjson @@ -841,7 +841,7 @@ cost: [ { type: addThreats - amount: any + amount: 0-9 } ] } diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Dunland.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Dunland.hjson index 0217caa5e..d88c35299 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Dunland.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Dunland.hjson @@ -230,26 +230,64 @@ culture: Dunland twilight: 0 type: Event - timewords: Response + timewords: Shadow effects: [ { - type: responseEvent - trigger: { - + type: event + requires: { + type: CanSpotTwilight + amount: 25 } cost: { - type: SendMessage - text: Placeholder effect for development. + type: RemoveTwilight + amount: 10 } effect: [ { - type: SendMessage - text: Placeholder effect for development. + type: TakeControlOfSite + } + { + type: TakeControlOfSite + } + { + type: TakeControlOfSite + } + { + type: RemoveFromTheGame + select: self } ] } + { + type: ActivatedInDiscard + phase: Shadow + requires: [ + { + type: canSelfBePlayed + } + ] + effect: { + type: playCardFromDiscard + select: self + } + } + { + type: ActivatedInDrawDeck + phase: Shadow + requires: [ + { + type: canSelfBePlayed + } + ] + effect: { + type: PlayCardFromDrawDeck + select: self + shuffle: true + showAll: true + } + } ] - gametext: At the start of the Shadow phase, spot 25 twilight tokens and remove 10 to take control of 3 sites, then remove this from the game. This event may be played from your draw deck or discard pile. + gametext: Spot 25 twilight tokens and remove 10 to take control of 3 sites, then remove this from the game. This event may be played from your draw deck or discard pile. lore: "" promotext: "" alts: { diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Gollum.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Gollum.hjson index 2aa95020e..1a4a8c7f9 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Gollum.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Gollum.hjson @@ -20,26 +20,59 @@ culture: Gollum twilight: 0 type: Event - timewords: Response + timewords: Shadow effects: [ { - type: responseEvent - trigger: { - + type: event + requires: { + type: CanSpotTwilight + amount: 25 } cost: { - type: SendMessage - text: Placeholder effect for development. + type: RemoveTwilight + amount: 10 } effect: [ { - type: SendMessage - text: Placeholder effect for development. + type: DrawCards + count: 8 + } + { + type: RemoveFromTheGame + select: self } ] } + { + type: ActivatedInDiscard + phase: Shadow + requires: [ + { + type: canSelfBePlayed + } + ] + effect: { + type: playCardFromDiscard + select: self + } + } + { + type: ActivatedInDrawDeck + phase: Shadow + requires: [ + { + type: canSelfBePlayed + } + ] + effect: { + type: PlayCardFromDrawDeck + select: self + shuffle: true + showAll: true + } + } ] - gametext: At the start of the Shadow phase, spot 25 twilight tokens and remove 10 to draw 8 cards, then remove this from the game. This event may be played from your draw deck or discard pile. + gametext: Spot 25 twilight tokens and remove 10 to draw 8 cards, then remove this from the game. This event may be played from your draw deck or discard pile. lore: "" promotext: "" alts: { diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Isengard.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Isengard.hjson index 3d0100dad..1f7e9db34 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Isengard.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Isengard.hjson @@ -275,26 +275,63 @@ culture: Isengard twilight: 0 type: Event - timewords: Response + timewords: Shadow effects: [ { - type: responseEvent - trigger: { - + type: event + requires: { + type: CanSpotTwilight + amount: 25 } cost: { - type: SendMessage - text: Placeholder effect for development. + type: RemoveTwilight + amount: 10 } effect: [ { - type: SendMessage - text: Placeholder effect for development. + type: Exert + select: all(character) + } + { + type: Exert + select: all(character,MinTwilight(4)) + } + { + type: RemoveFromTheGame + select: self } ] } + { + type: ActivatedInDiscard + phase: Shadow + requires: [ + { + type: canSelfBePlayed + } + ] + effect: { + type: playCardFromDiscard + select: self + } + } + { + type: ActivatedInDrawDeck + phase: Shadow + requires: [ + { + type: canSelfBePlayed + } + ] + effect: { + type: PlayCardFromDrawDeck + select: self + shuffle: true + showAll: true + } + } ] - gametext: At the start of the Shadow phase, spot 25 twilight tokens and remove 10 to exert each character once (or twice if it costs (4) or more), then remove this from the game. This event may be played from your draw deck or discard pile. + gametext: Spot 25 twilight tokens and remove 10 to exert each character once (or twice if it costs (4) or more), then remove this from the game. This event may be played from your draw deck or discard pile. lore: "" promotext: "" alts: { diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Moria.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Moria.hjson index b208ad953..9eb3ac061 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Moria.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Moria.hjson @@ -408,26 +408,85 @@ culture: Moria twilight: 0 type: Event - timewords: Response + timewords: Shadow effects: [ { - type: responseEvent - trigger: { - + type: event + requires: { + type: CanSpotTwilight + amount: 25 } cost: { - type: SendMessage - text: Placeholder effect for development. + type: RemoveTwilight + amount: 10 } effect: [ { - type: SendMessage - text: Placeholder effect for development. + type: Repeat + times: 4 + effect: { + type: Choice + texts: [ + Take a Shadow condition into hand from your draw deck + Take a Shadow condition into hand from your discard pile + Pass + ] + effects: [ + { + type: PutCardsFromDeckIntoHand + select: choose(side(shadow),condition) + shuffle: true + reveal: true + showAll: true + } + { + type: PutCardsFromDiscardIntoHand + discard: you + select: choose(side(shadow),condition) + } + { + type: SendMessage + text: "{you} declines to take a Shadow condition into hand." + } + ] + } + } + { + type: RemoveFromTheGame + select: self } ] } + { + type: ActivatedInDiscard + phase: Shadow + requires: [ + { + type: canSelfBePlayed + } + ] + effect: { + type: playCardFromDiscard + select: self + } + } + { + type: ActivatedInDrawDeck + phase: Shadow + requires: [ + { + type: canSelfBePlayed + } + ] + effect: { + type: PlayCardFromDrawDeck + select: self + shuffle: true + showAll: true + } + } ] - gametext: At the start of the Shadow phase, spot 25 twilight tokens and remove 10 to take up to 4 Shadow conditions into hand from your draw deck or discard pile, then remove this from the game. This event may be played from your draw deck or discard pile. + gametext: Spot 25 twilight tokens and remove 10 to take up to 4 Shadow conditions into hand from your draw deck or discard pile, then remove this from the game. This event may be played from your draw deck or discard pile. lore: "" promotext: "" alts: { diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Raider.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Raider.hjson index 9be5a8575..e7a8e70f9 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Raider.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Raider.hjson @@ -20,26 +20,61 @@ culture: Raider twilight: 0 type: Event - timewords: Response + timewords: Shadow effects: [ { - type: responseEvent - trigger: { - + type: event + requires: { + type: CanSpotTwilight + amount: 25 } cost: { - type: SendMessage - text: Placeholder effect for development. + type: RemoveTwilight + amount: 10 } effect: [ { - type: SendMessage - text: Placeholder effect for development. + type: modifyArcheryTotal + side: shadow + amount: 6 + until: regroup + } + { + type: RemoveFromTheGame + select: self } ] } + { + type: ActivatedInDiscard + phase: Shadow + requires: [ + { + type: canSelfBePlayed + } + ] + effect: { + type: playCardFromDiscard + select: self + } + } + { + type: ActivatedInDrawDeck + phase: Shadow + requires: [ + { + type: canSelfBePlayed + } + ] + effect: { + type: PlayCardFromDrawDeck + select: self + shuffle: true + showAll: true + } + } ] - gametext: At the start of the Shadow phase, spot 25 twilight tokens and remove 10 to make the minion archery total +6 until the regroup phase, then remove this from the game. This event may be played from your draw deck or discard pile. + gametext: Spot 25 twilight tokens and remove 10 to make the minion archery total +6 until the regroup phase, then remove this from the game. This event may be played from your draw deck or discard pile. lore: "" promotext: "" alts: { diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Ringwraith.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Ringwraith.hjson index b019a8c78..7da427359 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Ringwraith.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Ringwraith.hjson @@ -20,26 +20,59 @@ culture: Wraith twilight: 0 type: Event - timewords: Response + timewords: Shadow effects: [ { - type: responseEvent - trigger: { - + type: event + requires: { + type: CanSpotTwilight + amount: 25 } cost: { - type: SendMessage - text: Placeholder effect for development. + type: RemoveTwilight + amount: 10 } effect: [ { - type: SendMessage - text: Placeholder effect for development. + type: addThreats + amount: 0-9 + } + { + type: RemoveFromTheGame + select: self } ] } + { + type: ActivatedInDiscard + phase: Shadow + requires: [ + { + type: canSelfBePlayed + } + ] + effect: { + type: playCardFromDiscard + select: self + } + } + { + type: ActivatedInDrawDeck + phase: Shadow + requires: [ + { + type: canSelfBePlayed + } + ] + effect: { + type: PlayCardFromDrawDeck + select: self + shuffle: true + showAll: true + } + } ] - gametext: At the start of the Shadow phase, spot 25 twilight tokens and remove 10 to add up to 9 threats, then remove this from the game. This event may be played from your draw deck or discard pile. + gametext: Spot 25 twilight tokens and remove 10 to add up to 9 threats, then remove this from the game. This event may be played from your draw deck or discard pile. lore: "" promotext: "" alts: { diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Sauron.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Sauron.hjson index 8d475ca1a..36503a92b 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Sauron.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Sauron.hjson @@ -20,26 +20,69 @@ culture: Sauron twilight: 0 type: Event - timewords: Response + timewords: Shadow effects: [ { - type: responseEvent - trigger: { - + type: event + requires: { + type: CanSpotTwilight + amount: 25 } cost: { - type: SendMessage - text: Placeholder effect for development. + type: RemoveTwilight + amount: 10 } effect: [ { - type: SendMessage - text: Placeholder effect for development. + type: Repeat + times: 3 + effect: { + type: Optional + text: Would you like to play another minion from your draw deck costing (5) or more? + effect: { + type: PlayCardFromDrawDeck + select: choose(minion,MinTwilight(5)) + shuffle: true + showAll: true + } + } + } + { + type: RemoveFromTheGame + select: self } ] } + { + type: ActivatedInDiscard + phase: Shadow + requires: [ + { + type: canSelfBePlayed + } + ] + effect: { + type: playCardFromDiscard + select: self + } + } + { + type: ActivatedInDrawDeck + phase: Shadow + requires: [ + { + type: canSelfBePlayed + } + ] + effect: { + type: PlayCardFromDrawDeck + select: self + shuffle: true + showAll: true + } + } ] - gametext: At the start of the Shadow phase, spot 25 twilight tokens to play up to 3 minions from your draw deck costing (5) or more, then remove this from the game. This event may be played from your draw deck or discard pile. + gametext: Spot 25 twilight tokens to play up to 3 minions from your draw deck costing (5) or more, then remove this from the game. This event may be played from your draw deck or discard pile. lore: "" promotext: "" alts: { diff --git a/gemp-lotr/gemp-lotr-logic/src/main/java/com/gempukku/lotro/cards/build/field/effect/appender/resolver/CardResolver.java b/gemp-lotr/gemp-lotr-logic/src/main/java/com/gempukku/lotro/cards/build/field/effect/appender/resolver/CardResolver.java index a350afeeb..197c11706 100644 --- a/gemp-lotr/gemp-lotr-logic/src/main/java/com/gempukku/lotro/cards/build/field/effect/appender/resolver/CardResolver.java +++ b/gemp-lotr/gemp-lotr-logic/src/main/java/com/gempukku/lotro/cards/build/field/effect/appender/resolver/CardResolver.java @@ -328,7 +328,9 @@ public class CardResolver { return actionContext.getGame().getGameState().getDeck(deckId); }; - if (type.startsWith("memory(") && type.endsWith(")")) { + if (type.equals("self")) { + return resolveSelf(choiceFilter, choiceFilter, countSource, memory, cardSource); + } else if (type.startsWith("memory(") && type.endsWith(")")) { return resolveMemoryCards(type, choiceFilter, choiceFilter, countSource, memory, cardSource); } else if (type.startsWith("all(") && type.endsWith(")")) { return resolveAllCards(type, choiceFilter, memory, environment, cardSource); diff --git a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_005_Tests.java b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_005_Tests.java index e7c61abfa..8f063c052 100644 --- a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_005_Tests.java +++ b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_005_Tests.java @@ -52,7 +52,7 @@ public class Card_V2_005_Tests assertEquals(Side.SHADOW, card.getBlueprint().getSide()); assertEquals(Culture.DUNLAND, card.getBlueprint().getCulture()); assertEquals(CardType.EVENT, card.getBlueprint().getCardType()); - assertTrue(scn.hasTimeword(card, Timeword.RESPONSE)); + assertTrue(scn.hasTimeword(card, Timeword.SHADOW)); assertEquals(0, card.getBlueprint().getTwilightCost()); } diff --git a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_015_Tests.java b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_015_Tests.java index 4a694e884..c382ba265 100644 --- a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_015_Tests.java +++ b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_015_Tests.java @@ -52,7 +52,7 @@ public class Card_V2_015_Tests assertEquals(Side.SHADOW, card.getBlueprint().getSide()); assertEquals(Culture.GOLLUM, card.getBlueprint().getCulture()); assertEquals(CardType.EVENT, card.getBlueprint().getCardType()); - assertTrue(scn.hasTimeword(card, Timeword.RESPONSE)); + assertTrue(scn.hasTimeword(card, Timeword.SHADOW)); assertEquals(0, card.getBlueprint().getTwilightCost()); } diff --git a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_022_Tests.java b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_022_Tests.java index a3227482d..003733aaa 100644 --- a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_022_Tests.java +++ b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_022_Tests.java @@ -52,7 +52,7 @@ public class Card_V2_022_Tests assertEquals(Side.SHADOW, card.getBlueprint().getSide()); assertEquals(Culture.ISENGARD, card.getBlueprint().getCulture()); assertEquals(CardType.EVENT, card.getBlueprint().getCardType()); - assertTrue(scn.hasTimeword(card, Timeword.RESPONSE)); + assertTrue(scn.hasTimeword(card, Timeword.SHADOW)); assertEquals(0, card.getBlueprint().getTwilightCost()); } diff --git a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_042_Tests.java b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_042_Tests.java index 725060d89..4f5235582 100644 --- a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_042_Tests.java +++ b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_042_Tests.java @@ -52,7 +52,7 @@ public class Card_V2_042_Tests assertEquals(Side.SHADOW, card.getBlueprint().getSide()); assertEquals(Culture.MORIA, card.getBlueprint().getCulture()); assertEquals(CardType.EVENT, card.getBlueprint().getCardType()); - assertTrue(scn.hasTimeword(card, Timeword.RESPONSE)); + assertTrue(scn.hasTimeword(card, Timeword.SHADOW)); assertEquals(0, card.getBlueprint().getTwilightCost()); } diff --git a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_043_Tests.java b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_043_Tests.java index 576d6ba27..f229a3f96 100644 --- a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_043_Tests.java +++ b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_043_Tests.java @@ -52,7 +52,7 @@ public class Card_V2_043_Tests assertEquals(Side.SHADOW, card.getBlueprint().getSide()); assertEquals(Culture.RAIDER, card.getBlueprint().getCulture()); assertEquals(CardType.EVENT, card.getBlueprint().getCardType()); - assertTrue(scn.hasTimeword(card, Timeword.RESPONSE)); + assertTrue(scn.hasTimeword(card, Timeword.SHADOW)); assertEquals(0, card.getBlueprint().getTwilightCost()); } diff --git a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_044_Tests.java b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_044_Tests.java index 105c61fd4..308013980 100644 --- a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_044_Tests.java +++ b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_044_Tests.java @@ -52,7 +52,7 @@ public class Card_V2_044_Tests assertEquals(Side.SHADOW, card.getBlueprint().getSide()); assertEquals(Culture.WRAITH, card.getBlueprint().getCulture()); assertEquals(CardType.EVENT, card.getBlueprint().getCardType()); - assertTrue(scn.hasTimeword(card, Timeword.RESPONSE)); + assertTrue(scn.hasTimeword(card, Timeword.SHADOW)); assertEquals(0, card.getBlueprint().getTwilightCost()); } diff --git a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_057_Tests.java b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_057_Tests.java index c32380895..6e1b228fa 100644 --- a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_057_Tests.java +++ b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_057_Tests.java @@ -52,7 +52,7 @@ public class Card_V2_057_Tests assertEquals(Side.SHADOW, card.getBlueprint().getSide()); assertEquals(Culture.SAURON, card.getBlueprint().getCulture()); assertEquals(CardType.EVENT, card.getBlueprint().getCardType()); - assertTrue(scn.hasTimeword(card, Timeword.RESPONSE)); + assertTrue(scn.hasTimeword(card, Timeword.SHADOW)); assertEquals(0, card.getBlueprint().getTwilightCost()); } diff --git a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_070_Tests.java b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_070_Tests.java index 1c51b5e71..3ac0d35ff 100644 --- a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_070_Tests.java +++ b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v02/Card_V2_070_Tests.java @@ -27,7 +27,7 @@ public class Card_V2_070_Tests put("site2", "1_327"); put("site3", "1_337"); put("site4", "1_343"); - put("site5", "102_66"); + put("site5", "102_70"); put("site6", "1_351"); put("site7", "1_353"); put("site8", "1_356");