1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-28 13:52:13 +00:00
cards-database/data/Sun & Moon/Guardians Rising.ts
Florian Bouillon 49291b5c64
Removed set.variants from sets (#47)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-12 19:34:50 +00:00

25 lines
350 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"
}
export default sm2