From c9b2912340de4a7431050b858e9d30cd1dcba69e Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sat, 7 Dec 2024 19:09:54 -0600 Subject: [PATCH] Forgot to include Smeagol himself lol --- .../cards/official/set07/set07-Gollum.hjson | 23 ++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) 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 b9d8b252a..885da14e1 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 @@ -969,20 +969,27 @@ phase: assignment cost: [ { - type: assignFPCharacterToSkirmish - fpCharacter: self - minion: choose(minion) - memorizeMinion: assignedMinion + type: ChooseActiveCards + text: Choose a minion for Smeagol to skirmish and exhaust. + select: choose(minion,AssignableToSkirmishAgainst(self)) + memorize: assignedMinion } { type: addThreats amount: 2 } ] - effect: { - type: exhaust - select: memory(assignedMinion) - } + effect: [ + { + type: assignFPCharacterToSkirmish + fpCharacter: self + minion: memory(assignedMinion) + } + { + type: exhaust + select: memory(assignedMinion) + } + ] } ] gametext: Ring-bound. To play, add a burden.
Assignment: Assign a minion to Sméagol and add 2 threats to exhaust that minion.