1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-27 21:32:17 +00:00
Florian Bouillon be94e712b8
Initial Database
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-02-19 16:19:09 +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