From 97bf47a8bf53e2ec67932293ce2b047202739fc7 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sat, 7 Sep 2024 00:18:09 -0500 Subject: [PATCH] Fixing Naith Armaments targeting bearer. Hopefully fixing Let This Be The Hour not applying strength value. --- .../pc/setV02/setv02-Elven-playtest.hjson | 4 ++-- .../pc/setV02/setv02-Rohan-playtest.hjson | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Elven-playtest.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Elven-playtest.hjson index ac7a6c552..d6d929995 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Elven-playtest.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Elven-playtest.hjson @@ -178,7 +178,7 @@ } requires: { type: CanSpot - filter: another, wounded, valiant, elf + filter: not(bearer), wounded, valiant, elf } cost: { type: Exert @@ -186,7 +186,7 @@ } effect: { type: Heal - select: choose(another, valiant, elf) + select: choose(not(bearer), valiant, elf) } } ] diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Rohan-playtest.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Rohan-playtest.hjson index 51c2f0861..fe8141e84 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Rohan-playtest.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Rohan-playtest.hjson @@ -563,12 +563,15 @@ select: memory(exertedComp) } { - type: ModifyStrength - amount: { - type: ForEachYouCanSpot - filter: InSkirmishAgainst(memory(exertedComp)) + type: AddModifier + modifier: { + type: ModifyStrength + amount: { + type: ForEachYouCanSpot + filter: InSkirmishAgainst(memory(exertedComp)) + } + filter: memory(exertedComp) } - select: memory(exertedComp) until: start(regroup) } ]