1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-04 08:32:10 +00:00
cards-database/data/Pop/Nintendo Black Star Promos.ts
Florian Bouillon f73c11d5ef
Updated rotation for 2021 (#13)
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
2021-04-28 16:47:31 +02:00

25 lines
328 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Pop'
const np: Set = {
id: "np",
name: {
en: "Nintendo Black Star Promos",
},
serie: serie,
tcgOnline: "PR-NP",
cardCount: {
total: 40,
official: 40
},
legal: {
expanded: false,
standard: false
},
releaseDate: "2003-10-01"
}
export default np