1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-21 07:39:54 +00:00
cards-database/data/Black & White/BW Black Star Promos.ts

31 lines
406 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",
es: "NB Promo",
it: "NB Promo",
de: "SW Promokarten"
},
serie: serie,
tcgOnline: "PR-BLW",
cardCount: {
official: 101
},
releaseDate: "2011-04-26",
abbreviations: {
official: "BWP",
fr: "PBW"
}
}
export default bwp