1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-06 18:29:17 +00:00
Files
cards-database/data/Sun & Moon/Celestial Storm.ts
2021-04-28 16:47:31 +02:00

29 lines
357 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sun & Moon'
const sm7: Set = {
id: "sm7",
name: {
en: "Celestial Storm",
fr: "Tempête Céleste"
,
},
serie: serie,
tcgOnline: "CES",
cardCount: {
total: 183,
official: 168
},
releaseDate: "2018-08-03",
legal: {
standard: false,
expanded: true
},
}
export default sm7