From 9b81a00818b966998ee00149a0c366a34949c5dd Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sun, 8 Dec 2024 17:01:51 -0600 Subject: [PATCH] Fixing missing/obsolete PC errata image definitions --- .../src/main/web/js/gemp-022/PC_Cards.js | 15 ++- .../pc/errata/set03/set03-Sauron-errata.hjson | 98 +++++++++---------- 2 files changed, 56 insertions(+), 57 deletions(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/PC_Cards.js b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/PC_Cards.js index d31a2af5e..b82aa9890 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/PC_Cards.js +++ b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/PC_Cards.js @@ -611,12 +611,7 @@ var PCCards = { '10_127' : 'https://i.lotrtcgpc.net/promos/LOTR-EN10U025.0_card.jpg', //Arwen, Queen of Elves and Men FA '10_128' : 'https://i.lotrtcgpc.net/promos/LOTR-EN10U006.0_card.jpg', - - - //Maps - '100_2' : 'https://i.lotrtcgpc.net/sets/vset0/LOTR-ENV0S002.0_card.jpg', - '100_3' : 'https://i.lotrtcgpc.net/sets/vset0/LOTR-ENV0S003.0_card.jpg', - '100_4' : 'https://i.lotrtcgpc.net/sets/vset0/LOTR-ENV0S004.0_card.jpg', + //April 2024 Weekend League //Troop of Uruk-hai FA @@ -871,7 +866,8 @@ var PCCards = { '53_80' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E080.2_card.jpg', '53_85' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E085.2_card.jpg', '53_103' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E103.3_card.jpg', - '53_105' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E105.2_card.jpg', + //Why Shouldn't I Keep It, entirely reverted + //'53_105' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E105.2_card.jpg', //2024 World Championship promos //Unbranded - Do not release until 2025 WC has concluded. @@ -944,7 +940,10 @@ var PCCards = { '54_276' : 'https://i.lotrtcgpc.net/errata/LOTR-EN04E276.2_card.jpg', // Boromir, Redeemed (V1 20) [Errata] '101_20' : 'https://i.lotrtcgpc.net/sets/vset1/LOTR-ENV1E020.1_card.jpg' - + // Southron Archer (4R245) + '4_245' : 'https://i.lotrtcgpc.net/errata/LOTR-EN04E245.1_card.jpg', + // The Number Must Be Few (1U260) + '1_260' : 'https://i.lotrtcgpc.net/errata/LOTR-EN01E260.1_card.jpg', } diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set03/set03-Sauron-errata.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set03/set03-Sauron-errata.hjson index 13c484f00..6395cd048 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set03/set03-Sauron-errata.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set03/set03-Sauron-errata.hjson @@ -890,53 +890,53 @@ # } # } # } - 53_105: { - cardInfo: { - //id: 3_105.2 - parent: 3_105 - variant: ERRATA - variantPath: promos/pc - revision: 2 - image: errata/LOTR-EN03E105.2_card.jpg - collInfo: 3R105 - rarity: R - } - title: Why Shouldn't I Keep It? - unique: false - side: Shadow - culture: Sauron - twilight: 0 - type: event - timeword: maneuver - effects: { - type: event - requires: { - type: canSpot - filter: culture(sauron),minion - } - effect: { - type: preventable - text: Would you like to discard 2 FP conditions to prevent discarding Bilbo? - player: fp - cost: { - type: discard - select: choose(side(free),condition) - count: 2 - } - effect: { - type: discard - select: choose(name(Bilbo)) - } - } - } - gametext: Spot a [sauron] minion to discard Bilbo. The Free Peoples player may discard 2 Free Peoples conditions to prevent this. - lore: "" - promotext: "" - alts: { - promos: { - } - errata: { - } - } - } + # 53_105: { + # cardInfo: { + # //id: 3_105.2 + # parent: 3_105 + # variant: ERRATA + # variantPath: promos/pc + # revision: 2 + # image: errata/LOTR-EN03E105.2_card.jpg + # collInfo: 3R105 + # rarity: R + # } + # title: Why Shouldn't I Keep It? + # unique: false + # side: Shadow + # culture: Sauron + # twilight: 0 + # type: event + # timeword: maneuver + # effects: { + # type: event + # requires: { + # type: canSpot + # filter: culture(sauron),minion + # } + # effect: { + # type: preventable + # text: Would you like to discard 2 FP conditions to prevent discarding Bilbo? + # player: fp + # cost: { + # type: discard + # select: choose(side(free),condition) + # count: 2 + # } + # effect: { + # type: discard + # select: choose(name(Bilbo)) + # } + # } + # } + # gametext: Spot a [sauron] minion to discard Bilbo. The Free Peoples player may discard 2 Free Peoples conditions to prevent this. + # lore: "" + # promotext: "" + # alts: { + # promos: { + # } + # errata: { + # } + # } + # } } \ No newline at end of file