From d55418f1d438ffd91559a11f2e67813fb9b847c0 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Thu, 20 Mar 2025 17:02:57 -0500 Subject: [PATCH] Fixed Southron Archer Legion not restricting itself to the +4 limit. --- .../cards/official/set06/set06-Raider.hjson | 37 ++++++++++--------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Raider.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Raider.hjson index fc0308efe..27e2085e6 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Raider.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Raider.hjson @@ -160,24 +160,27 @@ Archer ] effects: [ - { - type: activated - phase: archery - cost: { - type: removeTwilight - amount: 3 - } - effect: { - type: modifyArcheryTotal - side: shadow - amount: { - type: forEachYouCanSpot - filter: companion - over: 4 - limit: 4 - } - } + { + type: activated + phase: archery + cost: { + type: removeTwilight + amount: 3 } + effect: { + type: modifyArcheryTotal + side: shadow + amount: { + type: cardPhaseLimit + limit: 4 + amount: { + type: forEachYouCanSpot + filter: companion + over: 4 + } + } + } + } ] gametext: Southron. Archer.
Archery: Remove (3) to add 1 to the minion archery total for each companion over 4 (limit +4). lore: "'But I've heard tales of the big folk down away in the Sunlands.'"