From 1647e5f15922dfc5cfd1da8ab3876a1a0ec08bef Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Wed, 28 Dec 2022 00:03:28 -0600 Subject: [PATCH] Fixed Not Feared In Sunlight only applying its strength malus to Nazgul in play at the time of activation --- .../unofficial/pc/errata/set02/set02-Shire-errata.hjson | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set02/set02-Shire-errata.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set02/set02-Shire-errata.hjson index e127ff2ac..f5e33d76b 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set02/set02-Shire-errata.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set02/set02-Shire-errata.hjson @@ -106,9 +106,12 @@ filter: self } effect: { - type: modifyStrength - filter: all(Nazgul) - amount: -4 + type: addModifier + modifier: { + type: ModifyStrength + amount: -4 + filter: Nazgul + } until: start(regroup) } }