1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +00:00

feat: Genetic Apex (A1) (English Only) (#573)

This commit is contained in:
2024-11-06 02:16:30 +01:00
committed by GitHub
parent bf8f610c04
commit 14ed8ee912
279 changed files with 8875 additions and 2 deletions

View File

@ -0,0 +1,25 @@
import { Set } from '../../interfaces'
import serie from '../Pokémon TCG Pocket'
const set: Set = {
id: "A1",
name: {
// de: "Unschlagbare Gene",
en: "Genetic Apex",
// es: "Genes Formidables",
// fr: "Puissance Génétique",
// it: "Geni Supremi",
// pt: "Dominação Genética"
},
serie: serie,
cardCount: {
official: 226
},
releaseDate: "2024-10-30"
}
export default set