From 927aa0c7d0dc657497160148ac96394697f733e3 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Fri, 1 Nov 2024 23:12:27 -0500 Subject: [PATCH] Hopefully fixed Breeching Shot never fulfilling its costs --- .../pc/setV02/setv02-Isengard-playtest.hjson | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Isengard-playtest.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Isengard-playtest.hjson index 3b4f34009..bcebf435e 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Isengard-playtest.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Isengard-playtest.hjson @@ -798,17 +798,21 @@ } memorize: removed } - { - type: RemoveTokensCumulative - count: memory(removed) - filter: machine - } + ], effect: [ { - type: AssignFpCharacterToSkirmish - fpCharacter: choose(or(ally,and(unbound,companion))) - minion: choose(uruk-hai, MaxTwilight(memory(removed))) + type: CostToEffect + cost: { + type: RemoveTokensCumulative + count: memory(removed) + filter: machine + } + effect: { + type: AssignFpCharacterToSkirmish + fpCharacter: choose(or(ally,and(unbound,companion))) + minion: choose(uruk-hai, MaxTwilight(memory(removed))) + } } ] }