From b45dbd2ecfc57e7fcc152e0d163906d4f7d2da0d Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Wed, 4 Dec 2024 12:55:02 -0600 Subject: [PATCH] Card Fixes - Fixed Battering Ram not having a shadow ability to add tokens - (Hopefully) fixed Anduril, King's Blade not grantind defender when there are 0 threats - Fixed Your Friends Are With You working on Shadow men --- .../cards/official/set05/set05-Isengard.hjson | 13 +++++++++++++ .../cards/official/set07/set07-Gondor.hjson | 5 +---- .../cards/unofficial/pc/setV02/V2-Elven.hjson | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set05/set05-Isengard.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set05/set05-Isengard.hjson index fb6ae14b7..4df0be7fe 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set05/set05-Isengard.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set05/set05-Isengard.hjson @@ -17,6 +17,19 @@ Support Area ] effects: [ + { + type: activated + phase: shadow + cost: { + type: exert + select: choose(urukHai) + } + effect: { + type: AddCultureTokens + culture: isengard + select: self + } + } { type: activated phase: skirmish diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Gondor.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Gondor.hjson index d07e82917..af3bb4655 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Gondor.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Gondor.hjson @@ -96,10 +96,7 @@ type: addKeyword filter: self requires: { - type: not - requires: { - type: canSpotThreats - } + type: CantSpotThreats } keyword: defender amount: 1 diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Elven.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Elven.hjson index 2cb63b1ed..459d2b233 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Elven.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Elven.hjson @@ -419,7 +419,7 @@ effect: { type: ModifyStrength amount: 1 - select: choose(another,or(man, elf, dwarf), not(race(memory(winner)))) + select: choose(your,another,or(man, elf, dwarf), not(race(memory(winner)))) until: start(regroup) } }