mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 03:12:10 +00:00
22 lines
274 B
TypeScript
22 lines
274 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: {
|
|
official: 25
|
|
},
|
|
|
|
releaseDate: "2013-11-06"
|
|
}
|
|
|
|
export default rc
|