1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-01 15:12:10 +00:00
cards-database/data/Sun & Moon/Celestial Storm.ts
Florian Bouillon f73c11d5ef
Updated rotation for 2021 (#13)
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
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