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/Noble Victories.ts

32 lines
450 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Black & White'
const bw3: Set = {
id: "bw3",
name: {
en: "Noble Victories",
fr: "Nobles Victoires",
es: "Nobles Victorias",
it: "Vittorie Regali",
de: "Königliche Siege",
pt: "Vitórias Nobres"
},
serie: serie,
tcgOnline: "NVI",
cardCount: {
official: 101
},
releaseDate: "2011-11-16",
abbreviations: {
official: "NVI",
fr: "NVI"
}
}
export default bw3