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

28 lines
359 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sun & Moon'
const sm2: Set = {
id: "sm2",
name: {
en: "Guardians Rising",
fr: "Gardiens Ascendants"
,
},
serie: serie,
tcgOnline: "GRI",
cardCount: {
total: 169,
official: 145
},
releaseDate: "2017-05-05",
legal: {
standard: false,
expanded: true
},
}
export default sm2