From 6c79dc4bc4613627365c01b3254fd0f57399bd1b Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Wed, 28 Dec 2022 23:00:34 -0600 Subject: [PATCH] Switching the Scaling Ladder errata to one that heals per token --- .../errata/set05/set05-Isengard-errata.hjson | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set05/set05-Isengard-errata.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set05/set05-Isengard-errata.hjson index c306d85b4..a6b10e1a6 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set05/set05-Isengard-errata.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set05/set05-Isengard-errata.hjson @@ -60,29 +60,25 @@ { type: activated phase: skirmish - cost: [ + effect: [ { - type: MemorizeNumber + type: repeat amount: { type: ForEachToken filter: self culture: isengard } - memory: tokenCount + effect: { + type: Heal + count: 1 + filter: choose(Uruk-hai) + } } { type: discard filter: self } ] - effect: { - type: Heal - count: { - type: FromMemory - memory: tokenCount - } - filter: choose(Uruk-hai) - } } ]