1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-07 09:47:51 +00:00
cards-database/data/HeartGold & SoulSilver/HGSS Black Star Promos.ts
Florian Bouillon 128016d292
Added HeartGold & SoulSilver sets translations (#52)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-14 11:35:03 +00:00

26 lines
369 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",
es: "Promo HGSS",
it: "Promo HGSS",
de: "Promo HGSS"
},
serie: serie,
tcgOnline: "PR-HS",
cardCount: {
official: 25
},
releaseDate: "2010-02-11"
}
export default hgssp