1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-23 09:29:49 +00:00
Files
cards-database/sets/bw/rc.ts
2020-02-03 15:18:40 +01:00

24 lines
284 B
TypeScript

import Set from '../../interfaces/Set'
const set: Set = {
name: {
en: "Radiant Collection"
},
code: "rc",
expansionCode: "bw",
cardCount: {
total: 25,
official: 25
},
releaseDate: "2013-11-06",
legal: {
standard: false,
expanded: false,
}
}
export default set