1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-27 18:39:54 +00:00
cards-database/data/Black & White/Noble Victories.ts

27 lines
356 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Black & White'
const bw3: Set = {
id: "bw3",
name: {
en: "Noble Victories",
fr: "Nobles Victoires"
},
serie: serie,
tcgOnline: "NVI",
cardCount: {
total: 102,
official: 101
},
releaseDate: "2011-11-16",
legal: {
standard: false,
expanded: true
},
}
export default bw3