1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-24 09:49:50 +00:00
Files
cards-database/sets/xy/g1.ts
2020-02-12 14:54:03 +01:00

33 lines
476 B
TypeScript

import Set from '../../interfaces/Set'
const set: Set = {
name: {
en: "Generations",
fr: "Générations",
},
code: "g1",
expansionCode: "xy",
tcgoCode: "GEN",
cardCount: {
total: 115,
official: 83
},
api: "1-generations",
releaseDate: "2016-02-22",
legal: {
standard: false,
expanded: true,
},
images: {
symbol: "https://assets.tcgdex.net/sets/xy/g1/symbol.png",
logo: "https://assets.tcgdex.net/sets/xy/g1/logo.png"
}
}
export default set