1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-21 07:39:54 +00:00

27 lines
353 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Black & White'
const dv1: Set = {
id: "dv1",
name: {
en: "Dragon Vault",
fr: "Coffre des Dragons"
},
serie: serie,
tcgOnline: "DRV",
cardCount: {
total: 21,
official: 20
},
releaseDate: "2012-10-05",
legal: {
standard: false,
expanded: true
},
}
export default dv1