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/Lost Thunder.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
360 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sun & Moon'
const sm8: Set = {
id: "sm8",
name: {
en: "Lost Thunder",
fr: "Tonnerre Perdu",
es: "Truenos Perdidos",
it: "Tuoni Perduti",
de: "Echo des Donners",
},
serie: serie,
tcgOnline: "LOT",
cardCount: {
official: 214
},
releaseDate: "2018-11-02"
}
export default sm8