1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-07 09:47:51 +00:00
cards-database/data/Black & White/Radiant Collection.ts

21 lines
285 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Black & White'
const rc: Set = {
id: "rc",
name: {
en: "Radiant Collection",
fr: "Radiant Collection"
},
serie: serie,
cardCount: {
total: 25,
official: 25
},
releaseDate: "2013-11-06"
}
export default rc