From e20bf34fa00be44a82295f760ce64c2ed52bfd07 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sun, 29 Sep 2024 22:17:44 -0500 Subject: [PATCH] Altered tournament rewards boosters to include far more PC promos more frequently. Added do-nothing promo "card" for the 2024 WC invitation. --- .../src/main/web/js/gemp-022/PC_Cards.js | 5 ++++- .../unofficial/pc/setV00/V0-shadows-sites.hjson | 17 +++++++++++++++++ .../main/resources/product/Event-Rewards.hjson | 9 +++++---- 3 files changed, 26 insertions(+), 5 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 8ec9d6b98..5af3c0ba6 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 @@ -660,7 +660,10 @@ 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' + '53_105' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E105.2_card.jpg', + + //2024 WC Invitation "Card" + '100_0' : 'https://i.lotrtcgpc.net/other/2024-wc-invite.jpg', } diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV00/V0-shadows-sites.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV00/V0-shadows-sites.hjson index dd6947eeb..c0dd73f4c 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV00/V0-shadows-sites.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV00/V0-shadows-sites.hjson @@ -1,4 +1,21 @@ { + 100_0: { + title: 2024 World Championship Invitation + type: Event + twilight: 5 + culture: Elven + keyword: Regroup + effects: { + type: event + effect: [ + { + type: SendMessage + text: The holder of this card is invited to the 2024 World Championship Group Stage. How the hell did you play this card in a game...? + } + ] + } + } + 100_1: { cardInfo: { imagePath: errata/LOTR-ENV0E001.0.jpg diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/product/Event-Rewards.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/product/Event-Rewards.hjson index 3ffcf92b5..e095d996d 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/product/Event-Rewards.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/product/Event-Rewards.hjson @@ -51,7 +51,7 @@ 30%1xRandom Ultra Rare Foil 10%1xRandom Masterwork 10%1xRandom Alt Image Promo - 10%1xRandom PC Full Art + 30%1xRandom PC Full Art 5%1xRandom Tengwar 1%1x(S)Masterwork Selection 1%1x(S)PC Promo Art Selection @@ -77,13 +77,14 @@ name: Placement Random Chase Card Selector type: random items: [ - 50%1x(S)Alt Image Promo Selection + 40%1x(S)Alt Image Promo Selection + 40%1xRandom PC Full Art 10%1x(S)FotR - Tengwar 10%1x(S)TTT - Tengwar 10%1x(S)RotK - Tengwar 10%1x(S)SH - Tengwar - 30%1x(S)Masterwork Selection - 5%1x(S)PC Promo Art Selection + 40%1x(S)Masterwork Selection + 40%1x(S)PC Promo Art Selection ] } {