1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-06 17:27:52 +00:00
cards-database/data/XY/XY Black Star Promos.ts
Florian Bouillon f8744ee6dd
Made Variants mandatory
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-05-02 17:04:19 +02:00

37 lines
435 B
TypeScript

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