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

feat: Add A3a - Extradimensional Crisis (#752)

This commit is contained in:
2025-05-29 16:18:14 +02:00
committed by GitHub
parent 082bb77f13
commit eb93ab4124
104 changed files with 4494 additions and 0 deletions

View File

@ -0,0 +1,44 @@
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: 999 // ???
},
// boosters: {
// mewtwo: {
// name: {
// en: 'Mewtwo'
// }
// },
// charizard: {
// name: {
// en: 'Charizard'
// }
// },
// pikachu: {
// name: {
// en: 'Pikachu'
// }
// }
// },
releaseDate: "2025-05-29"
}
export default set