From 947edb603e6da188c2d4b3744f0a6bd6b44510ef Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Mon, 5 Dec 2022 03:30:41 -0600 Subject: [PATCH] Hiding unfinished errata --- .../set18/set18-Sites-errata-playtest.hjson | 412 +++++++++--------- 1 file changed, 206 insertions(+), 206 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set18/set18-Sites-errata-playtest.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set18/set18-Sites-errata-playtest.hjson index 664cbf927..ad9b8d9e0 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set18/set18-Sites-errata-playtest.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set18/set18-Sites-errata-playtest.hjson @@ -1,209 +1,209 @@ -{ +# { - 88_136: { - cardInfo: { - //Either a full URL, or a subpath for the PC image server - imagePath: errata/88_136.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: 18_136 - //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: 18U136 - rarity: U - setNum: "18" - cardNum: 136 - // Standard, Masterwork, Tengwar, FullArt, etc. Top-level cards are always Standard. - style: Standard - } - title: Mithlond - unique: false - twilight: 2 - type: Site - block: Shadows - direction: Left - 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: River. When the fellowship moves to this site in region 3, each player heals each of his or her characters. - 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: { - } - } - } +# 88_136: { +# cardInfo: { +# //Either a full URL, or a subpath for the PC image server +# imagePath: errata/88_136.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: 18_136 +# //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: 18U136 +# rarity: U +# setNum: "18" +# cardNum: 136 +# // Standard, Masterwork, Tengwar, FullArt, etc. Top-level cards are always Standard. +# style: Standard +# } +# title: Mithlond +# unique: false +# twilight: 2 +# type: Site +# block: Shadows +# direction: Left +# 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: River. When the fellowship moves to this site in region 3, each player heals each of his or her characters. +# 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: { +# } +# } +# } - 88_139: { - cardInfo: { - //Either a full URL, or a subpath for the PC image server - imagePath: errata/88_139.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: 18_139 - //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: 18U139 - rarity: U - setNum: "18" - cardNum: 139 - // Standard, Masterwork, Tengwar, FullArt, etc. Top-level cards are always Standard. - style: Standard - } - title: Rath Dínen - unique: false - twilight: 0 - type: Site - block: Shadows - direction: Left - 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: When sanctuary healing at this site, the Free Peoples player heals only 3 wounds instead of 5. - 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: { - } - } - } +# 88_139: { +# cardInfo: { +# //Either a full URL, or a subpath for the PC image server +# imagePath: errata/88_139.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: 18_139 +# //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: 18U139 +# rarity: U +# setNum: "18" +# cardNum: 139 +# // Standard, Masterwork, Tengwar, FullArt, etc. Top-level cards are always Standard. +# style: Standard +# } +# title: Rath Dínen +# unique: false +# twilight: 0 +# type: Site +# block: Shadows +# direction: Left +# 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: When sanctuary healing at this site, the Free Peoples player heals only 3 wounds instead of 5. +# 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: { +# } +# } +# } - 88_139: { - cardInfo: { - //Either a full URL, or a subpath for the PC image server - imagePath: errata/88_139.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: 18_139 - //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: 18U139 - rarity: U - setNum: "18" - cardNum: 139 - // Standard, Masterwork, Tengwar, FullArt, etc. Top-level cards are always Standard. - style: Standard - } - title: Steward's Tomb - unique: false - twilight: 1 - type: Site - block: Shadows - direction: Left - 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: If this site is not a sanctuary, wounds cannot be prevented or healed, and burdens cannot be removed. - 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: { - } - } - } -} +# 88_139: { +# cardInfo: { +# //Either a full URL, or a subpath for the PC image server +# imagePath: errata/88_139.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: 18_139 +# //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: 18U139 +# rarity: U +# setNum: "18" +# cardNum: 139 +# // Standard, Masterwork, Tengwar, FullArt, etc. Top-level cards are always Standard. +# style: Standard +# } +# title: Steward's Tomb +# unique: false +# twilight: 1 +# type: Site +# block: Shadows +# direction: Left +# 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: If this site is not a sanctuary, wounds cannot be prevented or healed, and burdens cannot be removed. +# 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: { +# } +# } +# } +# }