From f05dfcad8e28c939688845bb622820a9b52165f9 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Tue, 10 Dec 2024 12:43:16 -0600 Subject: [PATCH] Fixed V2 Shapes to See, Not to Touch always blocking wounds without needing 3 twilight minions --- .../unofficial/pc/setV02/V2-Sauron.hjson | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Sauron.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Sauron.hjson index 5d416c294..1b48599a3 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Sauron.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Sauron.hjson @@ -513,13 +513,20 @@ modifier: { type: CantTakeWounds filter: twilight - requires: { - type: Not - requires: { - type: Phase - phase: Skirmish + requires: [ + { + type: Not + requires: { + type: Phase + phase: Skirmish + } } - } + { + type: CanSpot + count: 3 + filter: twilight,minion + } + ] } } {