1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-28 02:40:11 +00:00
cards-database/data/Black & White/BW 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

36 lines
445 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",
legal: {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default bwp