1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00
cards-database/data/Sun & Moon/Celestial Storm.ts
Florian Bouillon 49291b5c64
Removed set.variants from sets (#47)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-12 19:34:50 +00:00

25 lines
344 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",
de: "Sturm Am Firmament",
it: "Tempesta Astrale"
},
serie: serie,
tcgOnline: "CES",
cardCount: {
official: 168
},
releaseDate: "2018-08-03"
}
export default sm7