1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00
cards-database/data/XY/Promos.ts

28 lines
337 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../XY'
const xyp: Set = {
id: "xyp",
name: {
en: "Promos",
fr: "Cartes Promos"
,
},
serie: serie,
tcgOnline: "PR-XY",
cardCount: {
total: 211,
official: 211
},
releaseDate: "2013-10-12",
legal: {
standard: false,
expanded: true
},
}
export default xyp