diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set01/set01-Isengard.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set01/set01-Isengard.hjson
index 57e3325a9..26a9610f1 100644
--- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set01/set01-Isengard.hjson
+++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set01/set01-Isengard.hjson
@@ -1555,12 +1555,8 @@
effect: {
type: modifyStrength
select: self
- amount: {
- type: cardAffectedLimitPerPhase
- prefix: str-
- source: 1
- limit: 3
- }
+ amount: 1
+ limitPerCardThisPhase: 3
}
}
gametext: Damage +1.
Skirmish: Remove (1) to make this minion strength +1 (limit +3).
diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set03/set03-Gandalf.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set03/set03-Gandalf.hjson
index 00b17da74..3a81dde1f 100644
--- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set03/set03-Gandalf.hjson
+++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set03/set03-Gandalf.hjson
@@ -338,10 +338,10 @@
type: modifyStrength
select: choose(companion)
amount: {
- type: forEachYouCanSpot
- filter: companion,signet(Gandalf)
- limit: 3
- }
+ type: ForEachYouCanSpot
+ filter: companion,signet(Gandalf)
+ }
+ limitPerCardThisPhase: 3
}
}
gametext: Plays to your support area.
Skirmish: Exert Gandalf to make a companion strength +1 for each companion with the Gandalf signet you can spot (limit +3).
diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set01/set01-Shire-errata.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set01/set01-Shire-errata.hjson
index 7e7edaf87..d012293fc 100644
--- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set01/set01-Shire-errata.hjson
+++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set01/set01-Shire-errata.hjson
@@ -46,6 +46,7 @@
type: ForEachYouCanSpot
filter: hand weapon
}
+ limitPerCardThisPhase: 3
}
}
]
diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set04/set04-Elven-errata.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set04/set04-Elven-errata.hjson
index 71c881d37..8756a419c 100644
--- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set04/set04-Elven-errata.hjson
+++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set04/set04-Elven-errata.hjson
@@ -1,50 +1,50 @@
{
- 54_73: {
- cardInfo: {
- //id: 4_73.1
- parent: 4_73
- variant: ERRATA
- variantPath: promos/pc
- revision: 1
- image: errata/54_73.jpg
- collInfo: 4R73
- rarity: R
- }
- title: Legolas
- subtitle: Dauntless Hunter
- unique: true
- culture: elven
- twilight: 2
- type: companion
- race: elf
- strength: 6
- vitality: 3
- resistance: 6
- signet: aragorn
- keyword: archer
- effects: {
- type: modifier
- modifier: {
- type: modifyCost
- filter: side(shadow),or(event,condition)
- amount: {
- type: forEachYouCanSpot
- filter: unbound,hobbit
- limit: 2
- }
- }
- }
- gametext: Archer.
The twilight cost of each Shadow event and Shadow condition is +1 for each unbound Hobbit you can spot (limit +2).
- lore: "'They are far, far away.... I know in my heart that they have not rested this night.'"
- promotext: ""
- alts: {
- promos: {
- }
- errata: {
- }
- }
- }
+ # 54_73: {
+ # cardInfo: {
+ # //id: 4_73.1
+ # parent: 4_73
+ # variant: ERRATA
+ # variantPath: promos/pc
+ # revision: 1
+ # image: errata/54_73.jpg
+ # collInfo: 4R73
+ # rarity: R
+ # }
+ # title: Legolas
+ # subtitle: Dauntless Hunter
+ # unique: true
+ # culture: elven
+ # twilight: 2
+ # type: companion
+ # race: elf
+ # strength: 6
+ # vitality: 3
+ # resistance: 6
+ # signet: aragorn
+ # keyword: archer
+ # effects: {
+ # type: modifier
+ # modifier: {
+ # type: modifyCost
+ # filter: side(shadow),or(event,condition)
+ # amount: {
+ # type: forEachYouCanSpot
+ # filter: unbound,hobbit
+ # limit: 2
+ # }
+ # }
+ # }
+ # gametext: Archer.
The twilight cost of each Shadow event and Shadow condition is +1 for each unbound Hobbit you can spot (limit +2).
+ # lore: "'They are far, far away.... I know in my heart that they have not rested this night.'"
+ # promotext: ""
+ # alts: {
+ # promos: {
+ # }
+ # errata: {
+ # }
+ # }
+ # }
54_73: {
cardInfo: {
diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV01/V1_gondor.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV01/V1_gondor.hjson
index e8f36ad3e..33ce23e3a 100644
--- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV01/V1_gondor.hjson
+++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV01/V1_gondor.hjson
@@ -543,12 +543,12 @@
type: modifyStrength
select: choose(companion,signet(aragorn),inSkirmish)
amount: {
- type: forEachInMemory
+ type: ForEachInMemory
memory: discardedCards
filter: any
- limit: 3
}
- }
+ limitPerCardThisPhase: 3
+ }
}
]
gametext: Each time you play a skirmish event during a skirmish involving a companion with the Aragorn signet, you may spot Aragorn to stack that event here.
Skirmish: Spot Aragorn and discard X cards here to make a skirmishing companion with the Aragorn signet strength +X (limit +3).