1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-27 18:39:54 +00:00
cards-database/data/HeartGold & SoulSilver/HGSS 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
462 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: {
total: 25,
official: 25
},
legal: {
expanded: false,
standard: false
},
releaseDate: "2010-02-11",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default hgssp