1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-03 16:12:10 +00:00
cards-database/data/Sun & Moon/Crimson Invasion.ts

28 lines
355 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sun & Moon'
const sm4: Set = {
id: "sm4",
name: {
en: "Crimson Invasion",
fr: "Invasion Carmin"
,
},
serie: serie,
tcgOnline: "CIN",
cardCount: {
total: 111,
official: 111
},
releaseDate: "2017-11-03",
legal: {
standard: false,
expanded: true
},
}
export default sm4