1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-07 01:37:52 +00:00
cards-database/data/Sun & Moon/Guardians Rising.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

32 lines
438 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sun & Moon'
const sm2: Set = {
id: "sm2",
name: {
en: "Guardians Rising",
fr: "Gardiens Ascendants",
it: "Guardiani Nascenti",
de: "Stunde der Wächter"
},
serie: serie,
tcgOnline: "GRI",
cardCount: {
official: 145
},
releaseDate: "2017-05-05",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default sm2