From 180528ac452b4d1c8bd5907f9d202d3540617206 Mon Sep 17 00:00:00 2001 From: Devon Henegar Date: Fri, 31 Jan 2025 14:12:28 -0500 Subject: [PATCH] Fix: Ent Hoard not taking bloom of health modifiers into account --- .../cards/official/set06/set06-Gandalf.hjson | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Gandalf.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Gandalf.hjson index d435ea531..2ba75492c 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Gandalf.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Gandalf.hjson @@ -193,11 +193,21 @@ count: 2 } } + # These have to be split apart because the spot modifier only works + # if a filter has only 1 thing in it { type: modifyOwnCost amount: { type: forEachYouCanSpot - filter: or(ent,and(unbound,hobbit)) + filter: ent + multiplier: -2 + } + } + { + type: modifyOwnCost + amount: { + type: forEachYouCanSpot + filter: unbound,hobbit multiplier: -2 } }