From fbddb6de100e1fe41db27c3af0334ea872474f16 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Wed, 19 Mar 2025 23:01:44 -0500 Subject: [PATCH] Fixed Ithilien Trap exerting X minions instead of exerting a minion for each X. --- .../resources/cards/official/set04/set04-Gondor.hjson | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set04/set04-Gondor.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set04/set04-Gondor.hjson index 0b170c995..ebb1c6376 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set04/set04-Gondor.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set04/set04-Gondor.hjson @@ -817,14 +817,17 @@ phase: maneuver effect: [ { - type: exert - select: choose(minion) - count: { + type: Repeat + times: { type: ForEachCultureToken filter: self culture: gondor limit: 3 } + effect: { + type: exert + select: choose(minion) + } } { type: discard