1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

26 lines
406 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Pokémon TCG Pocket'
const set: Set = {
id: "A2a",
name: {
// de: "Unschlagbare Gene",
en: "Triumphant Light",
// es: "Genes Formidables",
// fr: "Puissance Génétique",
// it: "Geni Supremi",
// pt: "Dominação Genética"
},
serie: serie,
cardCount: {
official: 75
},
releaseDate: "2025-02-28"
}
export default set