mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
21
data/Pop/Nintendo Black Star Promos.ts
Normal file
21
data/Pop/Nintendo Black Star Promos.ts
Normal file
@ -0,0 +1,21 @@
|
||||
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
|
||||
},
|
||||
|
||||
releaseDate: "2003-10-01"
|
||||
}
|
||||
|
||||
export default np
|
Reference in New Issue
Block a user