1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-01 12:09:53 +00:00

70 lines
760 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Pokémon TCG Pocket'
const set: Set = {
id: "P-A",
name: {
de: "PROMO-A",
en: "Promos-A",
es: "Promo-A",
fr: "Promo-A",
it: "Promo-A",
ko: "Promo-A",
'pt-br': "Promo-A"
},
serie: serie,
cardCount: {
official: 0
},
boosters: {
vol1: {
name : {
en: 'Vol. 1'
}
},
vol2: {
name : {
en: 'Vol. 2'
}
},
vol3: {
name : {
en: 'Vol. 3'
}
},
vol4: {
name : {
en: 'Vol. 4'
}
},
vol5: {
name : {
en: 'Vol. 5'
}
},
vol6: {
name : {
en: 'Vol. 6'
}
},
vol7: {
name : {
en: 'Vol. 7'
}
},
vol8: {
name : {
en: 'Vol. 8'
}
}
},
releaseDate: "2024-10-30"
}
export default set