1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00
cards-database/data/Sun & Moon/Guardians Rising.ts
Florian Bouillon c8a7068da5
Added missing Sun & Moon sets translations (#57)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-14 11:25:05 +00:00

26 lines
378 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"
},
serie: serie,
tcgOnline: "GRI",
cardCount: {
official: 145
},
releaseDate: "2017-05-05"
}
export default sm2