1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 10:52:10 +00:00
cards-database/data/HeartGold & SoulSilver/HGSS Black Star Promos.ts
Florian Bouillon 2f5f52b51c
refactor: Add Sets/Series translations (#172)
* refactor: Add set/Series translations

Signed-off-by: Avior <github@avior.me>

* refactor: Done Trainer kits

Signed-off-by: Avior <github@avior.me>
2021-11-16 12:44:58 +01:00

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