1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-06 13:29:55 +00:00
cards-database/data/Pokémon TCG Pocket/Extradimensional Crisis.ts

45 lines
683 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Pokémon TCG Pocket'
const set: Set = {
id: "A3a",
name: {
// de: "Unschlagbare Gene",
en: "Extradimensional Crisis",
// es: "Genes Formidables",
// fr: "Puissance Génétique",
// it: "Geni Supremi",
// 'pt-br': "Dominação Genética",
// ko: '최강의 유전자'
},
serie: serie,
cardCount: {
official: 69 // ???
},
// boosters: {
// mewtwo: {
// name: {
// en: 'Mewtwo'
// }
// },
// charizard: {
// name: {
// en: 'Charizard'
// }
// },
// pikachu: {
// name: {
// en: 'Pikachu'
// }
// }
// },
releaseDate: "2025-05-29"
}
export default set