1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-26 12:52:13 +00:00
Florian Bouillon 3c66d9f0f0
Added images to sets
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-02-12 14:54:03 +01:00

33 lines
472 B
TypeScript

import Set from '../../interfaces/Set'
const set: Set = {
name: {
en: "Evolutions",
fr: "Évolutions",
},
code: "xy12",
expansionCode: "xy",
tcgoCode: "EVO",
cardCount: {
total: 113,
official: 108
},
api: "12-xy",
releaseDate: "2016-11-02",
legal: {
standard: false,
expanded: true,
},
images: {
symbol: "https://assets.tcgdex.net/sets/xy/xy12/symbol.png",
logo: "https://assets.tcgdex.net/sets/xy/xy12/logo.png"
}
}
export default set