1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
cards-database/data/Sun & Moon/Guardians Rising.ts

32 lines
464 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sun & Moon'
const sm2: Set = {
id: "sm2",
name: {
en: "Guardians Rising",
fr: "Gardiens Ascendants",
es: "Albor de Guadianes",
it: "Guardiani Nascenti",
de: "Stunde der Wächter",
pt: "Guardiões Ascendentes"
},
serie: serie,
tcgOnline: "GRI",
cardCount: {
official: 145
},
releaseDate: "2017-05-05",
abbreviations: {
official: "GRI",
fr: "GAS"
}
}
export default sm2