1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-03 08:02:10 +00:00
cards-database/data/Sun & Moon/Lost Thunder.ts
Florian Bouillon f8744ee6dd
Made Variants mandatory
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-05-02 17:04:19 +02:00

37 lines
439 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sun & Moon'
const sm8: Set = {
id: "sm8",
name: {
en: "Lost Thunder",
fr: "Tonnerre Perdu"
,
},
serie: serie,
tcgOnline: "LOT",
cardCount: {
total: 236,
official: 214
},
releaseDate: "2018-11-02",
legal: {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default sm8