mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 03:29:17 +00:00
Finished Complete Rework of the Database
This commit is contained in:
28
data/Sun & Moon/Sun & Moon.ts
Normal file
28
data/Sun & Moon/Sun & Moon.ts
Normal file
@ -0,0 +1,28 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Sun & Moon'
|
||||
|
||||
const sm1: Set = {
|
||||
id: "sm1",
|
||||
name: {
|
||||
en: "Sun & Moon",
|
||||
fr: "Soleil et Lune"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
tcgOnline: "SUM",
|
||||
|
||||
cardCount: {
|
||||
total: 172,
|
||||
official: 149
|
||||
},
|
||||
|
||||
releaseDate: "2017-02-03",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: true
|
||||
},
|
||||
}
|
||||
|
||||
export default sm1
|
Reference in New Issue
Block a user