1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
cards-database/data/Sun & Moon/Celestial Storm.ts
Florian Bouillon c8a7068da5
Added missing Sun & Moon sets translations (#57)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-14 11:25:05 +00:00

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