1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-27 21:32:17 +00:00
Florian Bouillon be94e712b8
Initial Database
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-02-19 16:19:09 +01:00

33 lines
468 B
TypeScript

import Set from '../../interfaces/Set'
const set: Set = {
name: {
en: "Promos",
fr: "Cartes Promos",
},
code: "xyp",
expansionCode: "xy",
tcgoCode: "PR-XY",
cardCount: {
total: 211,
official: 211
},
api: "p-xy",
releaseDate: "2013-10-12",
legal: {
standard: false,
expanded: true,
},
images: {
symbol: "https://assets.tcgdex.net/sets/xy/xyp/symbol.png",
logo: "https://assets.tcgdex.net/sets/xy/xyp/logo.png"
}
}
export default set