1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-07 09:47:51 +00:00
cards-database/data/Sun & Moon/Shining Legends.ts

28 lines
360 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sun & Moon'
const sm35: Set = {
id: "sm35",
name: {
en: "Shining Legends",
fr: "Légendes Brillantes"
,
},
serie: serie,
tcgOnline: "SLG",
cardCount: {
total: 78,
official: 73
},
releaseDate: "2017-10-06",
legal: {
standard: false,
expanded: true
},
}
export default sm35