mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 03:29:51 +00:00
Finished Complete Rework of the Database
This commit is contained in:
28
data/Sun & Moon/Cosmic Eclipse.ts
Normal file
28
data/Sun & Moon/Cosmic Eclipse.ts
Normal file
@ -0,0 +1,28 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Sun & Moon'
|
||||
|
||||
const sm12: Set = {
|
||||
id: "sm12",
|
||||
name: {
|
||||
en: "Cosmic Eclipse",
|
||||
fr: "Éclipse Cosmique"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
tcgOnline: "CEC",
|
||||
|
||||
cardCount: {
|
||||
total: 271,
|
||||
official: 236
|
||||
},
|
||||
|
||||
releaseDate: "2019-11-01",
|
||||
|
||||
legal: {
|
||||
standard: true,
|
||||
expanded: true
|
||||
},
|
||||
}
|
||||
|
||||
export default sm12
|
Reference in New Issue
Block a user