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 976d3ed89..139a761f7 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 @@ -506,18 +506,49 @@ type: Condition resistance: 2 target:ring-bearer,or(culture(elven),culture(dwarven),culture(gondor)) - /*requires: { - - } effects: [ { - + type: Memorize + filter: bearer + memory: memorizedBearer } { - + type: Modifier + modifier: { + type: ModifyResistance + filter: bearer + amount: 2 + requires: { + type: CanSpot + filter: companion,or(culture(gondor), culture(elven), culture(dwarven)), not(CultureFromMemory(memorizedBearer)) + } + } } - ]*/ - gametext: Bearer must be an [elven], [dwarven] or [gondor] ringbearer.
While you can spot an [elven], [dwarven] or [gondor] ringbearer, of a different culture to bearer, bearer is resistance +2.
At the end of each turn add a threat or discard this condition. + { + type: Trigger + trigger: { + type: EndofTurn + } + effect: { + type: Choice + texts: [ + "Add a threat" + "Discard {self}" + ] + effects: [ + { + type: AddThreats + amount: 1 + } + { + type: Discard + select: self + } + ] + } + } + ] + gametext: Bearer must be an [elven], [dwarven] or [gondor] ringbearer.
While you can spot an [elven], [dwarven] or [gondor] companion of a different culture from bearer, bearer is resistance +2.
At the end of each turn add a threat or discard this condition. lore: "" promotext: "" alts: { diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Isengard-playtest.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Isengard-playtest.hjson index 68ec106fc..b88f17449 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Isengard-playtest.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Isengard-playtest.hjson @@ -227,16 +227,16 @@ } { type: Trigger + optional: true trigger: { type: StartOfPhase phase: regroup } - cost: { type: If check: { - type: CanSpotCultureTokens - filter: self + type: CanSpot + filter: HasAnyCultureTokens(self) } true: { type: RemoveCultureTokens