1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-01 07:12:08 +00:00
cards-database/data/Sun & Moon/Burning Shadows.ts

28 lines
354 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sun & Moon'
const sm3: Set = {
id: "sm3",
name: {
en: "Burning Shadows",
fr: "Ombres Ardentes"
,
},
serie: serie,
tcgOnline: "BUS",
cardCount: {
total: 169,
official: 147
},
releaseDate: "2017-08-04",
legal: {
standard: false,
expanded: true
},
}
export default sm3