1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-23 04:19:18 +00:00
Files
cards-database/data/Black & White/BW Black Star Promos.ts
2021-06-30 06:52:35 +00:00

31 lines
394 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Black & White'
const bwp: Set = {
id: "bwp",
name: {
en: "BW Black Star Promos",
fr: "Promo BW"
},
serie: serie,
tcgOnline: "PR-BLW",
cardCount: {
total: 101,
official: 101
},
releaseDate: "2011-04-26",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default bwp