1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-12 04:55:24 +00:00
Files
cards-database/data/HeartGold & SoulSilver/HGSS Black Star Promos.ts

30 lines
397 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../HeartGold & SoulSilver'
const hgssp: Set = {
id: "hgssp",
name: {
en: "HGSS Black Star Promos",
fr: "Promo HGSS"
},
serie: serie,
tcgOnline: "PR-HS",
cardCount: {
official: 25
},
releaseDate: "2010-02-11",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default hgssp