From 86f2c8717cd7a84bf6fb50474442c38c8fde2532 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Fri, 7 Jun 2024 15:26:26 -0500 Subject: [PATCH] Fixed Fires and Fell Fumes wounding 4 companions instead of 1 companion 4 times. Fixed V2 Machinery of War auto-discarding on use. --- .../main/resources/cards/official/set06/set06-Isengard.hjson | 2 +- .../unofficial/pc/setV02/setv02-Isengard-playtest.hjson | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Isengard.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Isengard.hjson index a646683a4..137e1734f 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Isengard.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Isengard.hjson @@ -356,7 +356,7 @@ { type: wound select: choose(companion,not(ringBearer)) - count: 4 + times: 4 } ] } 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 6a0187ad3..4a640171b 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 @@ -115,7 +115,6 @@ } { type: trigger - optional: true trigger: [ { type: Killed @@ -144,8 +143,8 @@ cost: { type: If check: { - type: CanSpotCultureTokens - filter: self + type: CanSpot + filter: self,HasAnyCultureTokens(1) } true: { type: RemoveCultureTokens