Skip to content

feat(data): Add MEP promos 046-063 (First Partner starters) - #1822

Open
truce5559 wants to merge 2 commits into
tcgdex:masterfrom
truce5559:mep-promos-046-063
Open

feat(data): Add MEP promos 046-063 (First Partner starters)#1822
truce5559 wants to merge 2 commits into
tcgdex:masterfrom
truce5559:mep-promos-046-063

Conversation

@truce5559

Copy link
Copy Markdown

Adds the 18 missing First Partner (starter) promos of the MEP Black Star Promos set, cards 046–063 (Chikorita → Quaxly).

Changes

  • Added data/Mega Evolution/MEP Black Star Promos/046.ts063.ts
  • Each card: name (en/fr), illustrator (Saboteri), HP, type, dexId, attack (cost / name en+fr / damage / effect), weakness, retreat.

Details

  • Data sourced from the Bulbapedia card pages (..._(MEP_Promo_46..63)).
  • regulationMark omitted (not listed for these Full Art promos); variants set to holo.
  • 052 Grookey "Branch Poke": FR attack name left as en only (to confirm).

@TCGdexBOT

TCGdexBOT commented Jul 24, 2026

Copy link
Copy Markdown
Member

🃏 18 Cards Changed

Details: 18 new

New card: 046.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/046.ts

New card: 047.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/047.ts

New card: 048.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/048.ts

New card: 049.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/049.ts

New card: 050.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/050.ts

New card: 051.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/051.ts

New card: 052.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/052.ts

New card: 053.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/053.ts

New card: 054.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/054.ts

New card: 055.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/055.ts

New card: 056.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/056.ts

New card: 057.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/057.ts

New card: 058.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/058.ts

New card: 059.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/059.ts

New card: 060.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/060.ts

New card: 061.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/061.ts

New card: 062.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/062.ts

New card: 063.ts

File: data/Mega%20Evolution/MEP%20Black%20Star%20Promos/063.ts

name: {
en: "Chikorita",
fr: "Germignon"
},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the nitpick but could you add variants? optionally also include the thirdparty object with tcgplayer ids

variants : [
    {
        type: 'holo',
        thirdparty: {
            tcgplayer: xxxxxx, // found on tcgplayer url
        }
    }
]

},

damage: 40
}],

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add variants here and all other cards as well

@kevgrisk

Copy link
Copy Markdown
Contributor

also added those cards in my PR (#1807) ...

@truce5559

Copy link
Copy Markdown
Author

Thanks for the review! I've added variants: [{ type: "holo" }] to all 18 cards (commit b95335b). I left out the thirdParty/tcgplayer ids for now since these are brand-new promos and the field is optional — happy to add them if you'd prefer. Regarding #1807, no problem if you'd rather merge that one; just let me know which you prefer.

@thomas-bassett thomas-bassett left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As advra said please make sure to add the variants for these cards. and ideally also add the thirdparty ids

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants