diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set08/set08-Gondor-errata.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set08/set08-Gondor-errata.hjson
index 5bb4a9922..afddbea97 100644
--- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set08/set08-Gondor-errata.hjson
+++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set08/set08-Gondor-errata.hjson
@@ -39,6 +39,7 @@
requires: {
type: canSpot
filter: culture(gondor),wraith
+ count: 2
}
effects: [
{
diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set08/set08-Raider-errata.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set08/set08-Raider-errata.hjson
index 67df3be5c..3cda80be7 100644
--- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set08/set08-Raider-errata.hjson
+++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set08/set08-Raider-errata.hjson
@@ -185,104 +185,104 @@
}
}
- 58_59: {
- cardInfo: {
- //Either a full URL, or a subpath for the PC image server
- imagePath: errata/58_59.jpg
- //If this is true, then all gameplay-related info outside this cardInfo definition
- // will be ignored and the java class loaded instead.
- javaClass: false
- //This instructs the blueprint generator to insert this card as an alt of the listed
- // parent blueprint. Can of course be ommitted if not an errata or promo.
- parent: 8_59
- //This is the tree path to use within the alts structure on the parent.
- // Can of course be ommitted if parent is null.
- parentPath: errata/pc
- //Versioning differentiates releases within a particular alt path, such as PC errata
- // version 1 vs version 2. PC version 2 will not conflict with, say, Decipher version 2.
- //Top-level cards should always be version 0.
- version: 1?
- collInfo: 8U59
- rarity: U
- setNum: "8"
- cardNum: 59
- // Standard, Masterwork, Tengwar, FullArt, etc. Top-level cards are always Standard.
- style: Standard
- }
- title: Corsair War Galley
- culture: Raider
- twilight: 1
- type: possession
- keyword: Support Area
- effects: [
- {
- type: trigger
- optional: true
- trigger: {
- type: played
- filter: self
- }
- effect: {
- type: addTokens
- culture: raider
- filter: self
- }
- }
- {
- type: modifier
- modifier: {
- type: shadowhasinitiative
- requires: [
- {
- type: canSpot
- filter: self,hasTokenCount(4,raider)
- }
- {
- type: canSpot
- filter: culture(raider),man
- }
- ]
- }
- }
- {
- type: activated
- phase: regroup
- cost: {
- type: memorizeNumber
- memory: numberOfTokens
- amount: {
- type: forEachToken
- culture: raider
- filter: self
- }
- }
- effect: [
- {
- type: addTwilight
- amount: {
- type: fromMemory
- memory: numberOfTokens
- }
- }
- {
- type: discard
- filter: self
- }
- ]
- }
- ]
- gametext: When you play this possession, you may add a [Raider] token here.
While you can spot 4 [Raider] tokens here and a [Raider] Man, the Shadow has initiative, regardless of the Free Peoples player's hand.
Regroup: Add (1) for each [Raider] token here. Discard this possession.
- lore: ""
- promotext: ""
- alts: {
- //These are just CardInfo objects
- promos: {
- }
- //These are full card definitions, with redundant info that is the same as the original card ommitted
- errata: {
- }
- }
- }
+ # 58_59: {
+ # cardInfo: {
+ # //Either a full URL, or a subpath for the PC image server
+ # imagePath: errata/58_59.jpg
+ # //If this is true, then all gameplay-related info outside this cardInfo definition
+ # // will be ignored and the java class loaded instead.
+ # javaClass: false
+ # //This instructs the blueprint generator to insert this card as an alt of the listed
+ # // parent blueprint. Can of course be ommitted if not an errata or promo.
+ # parent: 8_59
+ # //This is the tree path to use within the alts structure on the parent.
+ # // Can of course be ommitted if parent is null.
+ # parentPath: errata/pc
+ # //Versioning differentiates releases within a particular alt path, such as PC errata
+ # // version 1 vs version 2. PC version 2 will not conflict with, say, Decipher version 2.
+ # //Top-level cards should always be version 0.
+ # version: 1?
+ # collInfo: 8U59
+ # rarity: U
+ # setNum: "8"
+ # cardNum: 59
+ # // Standard, Masterwork, Tengwar, FullArt, etc. Top-level cards are always Standard.
+ # style: Standard
+ # }
+ # title: Corsair War Galley
+ # culture: Raider
+ # twilight: 1
+ # type: possession
+ # keyword: Support Area
+ # effects: [
+ # {
+ # type: trigger
+ # optional: true
+ # trigger: {
+ # type: played
+ # filter: self
+ # }
+ # effect: {
+ # type: addTokens
+ # culture: raider
+ # filter: self
+ # }
+ # }
+ # {
+ # type: modifier
+ # modifier: {
+ # type: shadowhasinitiative
+ # requires: [
+ # {
+ # type: canSpot
+ # filter: self,hasTokenCount(4,raider)
+ # }
+ # {
+ # type: canSpot
+ # filter: culture(raider),man
+ # }
+ # ]
+ # }
+ # }
+ # {
+ # type: activated
+ # phase: regroup
+ # cost: {
+ # type: memorizeNumber
+ # memory: numberOfTokens
+ # amount: {
+ # type: forEachToken
+ # culture: raider
+ # filter: self
+ # }
+ # }
+ # effect: [
+ # {
+ # type: addTwilight
+ # amount: {
+ # type: fromMemory
+ # memory: numberOfTokens
+ # }
+ # }
+ # {
+ # type: discard
+ # filter: self
+ # }
+ # ]
+ # }
+ # ]
+ # gametext: When you play this possession, you may add a [Raider] token here.
While you can spot 4 [Raider] tokens here and a [Raider] Man, the Shadow has initiative, regardless of the Free Peoples player's hand.
Regroup: Add (1) for each [Raider] token here. Discard this possession.
+ # lore: ""
+ # promotext: ""
+ # alts: {
+ # //These are just CardInfo objects
+ # promos: {
+ # }
+ # //These are full card definitions, with redundant info that is the same as the original card ommitted
+ # errata: {
+ # }
+ # }
+ # }
58_59: {
cardInfo: {
diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set09/set09-Elven-errata-playtest.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set09/set09-Elven-errata-playtest.hjson
index 2c3452feb..1b9388993 100644
--- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set09/set09-Elven-errata-playtest.hjson
+++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set09/set09-Elven-errata-playtest.hjson
@@ -105,7 +105,6 @@
twilight: 4
type: Companion
race: Elf
- #keyword: damage+1
strength: 9
vitality: 3
resistance: 6,