1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 03:42:13 +00:00
cards-database/data/POP/Nintendo Black Star Promos.ts
2021-11-23 16:18:30 +01:00

26 lines
398 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../POP'
const np: Set = {
id: "np",
name: {
en: "Nintendo Black Star Promos",
fr: "Promo Nintendo",
es: "Nintendo Black Star Promos",
it: "Nintendo Black Star Promos",
de: "Nintendo Black Star Promos",
},
serie: serie,
tcgOnline: "PR-NP",
cardCount: {
official: 40
},
releaseDate: "2003-10-01"
}
export default np