From 2d4b5a11d3c9a2f9a2e7187c2a49366b42151f3b Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Wed, 16 Oct 2024 21:32:53 -0500 Subject: [PATCH] Converting master fixes to grand card rework paradigms --- .../main/resources/cards/official/set01/set1-wraith.hjson | 6 +++--- .../src/main/resources/cards/official/set01/set1.hjson | 5 ++--- .../pc/errata/set01/set01-Ringwraith-errata.hjson | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set01/set1-wraith.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set01/set1-wraith.hjson index 0d1bf4ce8..ad86a8d6d 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set01/set1-wraith.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set01/set1-wraith.hjson @@ -1027,15 +1027,15 @@ memorize: choice } { - type: conditional - requires: [ + type: if + check: [ { type: MemoryIs memory: choice value: yes } ] - effect: { + true: { type: playCardFromDiscard select: choose(minion) } diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set01/set1.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set01/set1.hjson index 220cded7f..b4b8c86ed 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set01/set1.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set01/set1.hjson @@ -1189,9 +1189,8 @@ times: 3 effect: { type: playCardFromDiscard - select: choose(tracker) - //This should be updated to "optional" - nocheck: true + select: choose(tracker) + optional: true } } { diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set01/set01-Ringwraith-errata.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set01/set01-Ringwraith-errata.hjson index c0683f868..05b277cef 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set01/set01-Ringwraith-errata.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set01/set01-Ringwraith-errata.hjson @@ -77,15 +77,15 @@ memorize: choice } { - type: conditional - requires: [ + type: if + check: [ { type: MemoryIs memory: choice value: yes } ] - effect: { + true: { type: playCardFromDiscard select: choose(unique,culture(wraith),minion) }