1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-25 01:19:54 +00:00
cards-database/data/Trainer kits/SM trainer Kit (Lycanroc).ts
Florian Bouillon ec65614572
Remove Set.cardCount.total (#46)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-12 19:09:38 +00:00

30 lines
388 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Trainer kits'
const set: Set = {
id: "tk-sm-l",
name: {
en: "SM trainer Kit (Lycanroc)",
fr: "SM Kit du dresseur (Lougarox)"
,
},
serie: serie,
cardCount: {
official: 30
},
releaseDate: "2017-04-21",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default set