1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
cards-database/data/Black & White/Next Destinies.ts

32 lines
455 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Black & White'
const bw4: Set = {
id: "bw4",
name: {
en: "Next Destinies",
fr: "Destinées Futures",
es: "Próximos Destinos",
it: "Destini Futuri",
de: "Kommende Schicksale",
pt: "Próximos Destinos"
},
serie: serie,
tcgOnline: "NXD",
cardCount: {
official: 99
},
releaseDate: "2012-02-08",
abbreviations: {
official: "NEX",
fr: "DFU"
}
}
export default bw4