mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
Finished Complete Rework of the Database
This commit is contained in:
21
data/Black & White/Radiant Collection.ts
Normal file
21
data/Black & White/Radiant Collection.ts
Normal file
@ -0,0 +1,21 @@
|
||||
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
|
Reference in New Issue
Block a user