diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set05/set05-Dwarven-errata.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set05/set05-Dwarven-errata.hjson
index 0d04143c9..b52b7d73c 100644
--- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set05/set05-Dwarven-errata.hjson
+++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set05/set05-Dwarven-errata.hjson
@@ -1,77 +1,77 @@
{
- 75_8: {
- cardInfo: {
- //Either a full URL, or a subpath for the PC image server
- imagePath: errata/LOTR-EN05E008.1.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: 5_8
- //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: 5U8
- rarity: U
- setNum: "5"
- cardNum: 8
- // Standard, Masterwork, Tengwar, FullArt, etc. Top-level cards are always Standard.
- style: Standard
- }
- title: Horn of Helm
- unique: true
- culture: dwarven
- twilight: 2
- type: possession
- keyword: support area
- effects: [
- {
- type: modifier
- modifier: {
- type: FPCultureSpot
- requires: [
- {
- type: CanSpot
- filter: your,Man
- }
- {
- type: CanSpot
- filter: your,Elf
- }
- {
- type: CanSpot
- filter: your,Dwarf
- }
- ]
- amount: -1
- }
- }
- {
- type: activated
- phase: maneuver
- cost: {
- type: exert
- filter: choose(Dwarf,companion)
- }
- effect: {
- type: addModifier
- modifier: {
- type: RemoveKeyword
- requires: {
- type: location
- filter: battleground
- }
- filter: minion
- keyword: damage
- }
- }
- }
- ]
+ # 75_8: {
+ # cardInfo: {
+ # //Either a full URL, or a subpath for the PC image server
+ # imagePath: errata/LOTR-EN05E008.1.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: 5_8
+ # //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: 5U8
+ # rarity: U
+ # setNum: "5"
+ # cardNum: 8
+ # // Standard, Masterwork, Tengwar, FullArt, etc. Top-level cards are always Standard.
+ # style: Standard
+ # }
+ # title: Horn of Helm
+ # unique: true
+ # culture: dwarven
+ # twilight: 2
+ # type: possession
+ # keyword: support area
+ # effects: [
+ # {
+ # type: modifier
+ # modifier: {
+ # type: FPCultureSpot
+ # requires: [
+ # {
+ # type: CanSpot
+ # filter: your,Man
+ # }
+ # {
+ # type: CanSpot
+ # filter: your,Elf
+ # }
+ # {
+ # type: CanSpot
+ # filter: your,Dwarf
+ # }
+ # ]
+ # amount: -1
+ # }
+ # }
+ # {
+ # type: activated
+ # phase: maneuver
+ # cost: {
+ # type: exert
+ # filter: choose(Dwarf,companion)
+ # }
+ # effect: {
+ # type: addModifier
+ # modifier: {
+ # type: RemoveKeyword
+ # requires: {
+ # type: location
+ # filter: battleground
+ # }
+ # filter: minion
+ # keyword: damage
+ # }
+ # }
+ # }
+ # ]
gametext: While you can spot your Man, Elf, and Dwarf, the number of Free Peoples cultures that can be spotted is -1.\Maneuver: Exert a Dwarf companion to make each minion at a battleground lose all damage bonuses until the regroup phase.
lore: "...the sound of the great horn of Helm rang out."
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 1b9388993..440d5f442 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
@@ -1,77 +1,77 @@
{
- 79_12: {
- cardInfo: {
- //Either a full URL, or a subpath for the PC image server
- imagePath: errata/LOTR-EN09E012.1_card.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: 9_12
- //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: 9R+12
- rarity: R+
- setNum: "9"
- cardNum: 12
- // Standard, Masterwork, Tengwar, FullArt, etc. Top-level cards are always Standard.
- style: Standard
- }
- title: Aiglos
- unique: true
- side: Free Peoples
- culture: Elven
- twilight: 2
- type: Artifact
- itemclass: Hand weapon
- target: name(Gimli)
- #keyword: support area
- vitality: 1
- requires: {
- type: canSpot
- filter: orc
- }
- effects: [
- {
- type: modifier
- modifier: {
- type: addKeyword
- filter: dwarf
- keyword: damage+1
- }
- },
- {
- type: trigger
- optional: true,
- trigger: {
- type: winsSkirmish
- filter: dwarf
- },
- effect: {
- type: wound
- filter: choose(orc)
- }
- }
- ]
- gametext: Bearer must be an Elf (except an archer).
While borne, discard other weapons on bearer.
If bearer is Gil-galad, he is strength +1 for each [elven] artifact you can spot (limit +6).
Regroup: Discard Aiglos to wound a minion for each Elf you spot.
- lore: “‘The Spear of Gil-galad... none could withstand.'”
- 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: {
- }
- }
- }
+ # 79_12: {
+ # cardInfo: {
+ # //Either a full URL, or a subpath for the PC image server
+ # imagePath: errata/LOTR-EN09E012.1_card.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: 9_12
+ # //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: 9R+12
+ # rarity: R+
+ # setNum: "9"
+ # cardNum: 12
+ # // Standard, Masterwork, Tengwar, FullArt, etc. Top-level cards are always Standard.
+ # style: Standard
+ # }
+ # title: Aiglos
+ # unique: true
+ # side: Free Peoples
+ # culture: Elven
+ # twilight: 2
+ # type: Artifact
+ # itemclass: Hand weapon
+ # target: name(Gimli)
+ # #keyword: support area
+ # vitality: 1
+ # requires: {
+ # type: canSpot
+ # filter: orc
+ # }
+ # effects: [
+ # {
+ # type: modifier
+ # modifier: {
+ # type: addKeyword
+ # filter: dwarf
+ # keyword: damage+1
+ # }
+ # },
+ # {
+ # type: trigger
+ # optional: true,
+ # trigger: {
+ # type: winsSkirmish
+ # filter: dwarf
+ # },
+ # effect: {
+ # type: wound
+ # filter: choose(orc)
+ # }
+ # }
+ # ]
+ # gametext: Bearer must be an Elf (except an archer).
While borne, discard other weapons on bearer.
If bearer is Gil-galad, he is strength +1 for each [elven] artifact you can spot (limit +6).
Regroup: Discard Aiglos to wound a minion for each Elf you spot.
+ # lore: “‘The Spear of Gil-galad... none could withstand.'”
+ # 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: {
+ # }
+ # }
+ # }
59_16: {
cardInfo: {