mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
24
sets/base/basep.ts
Normal file
24
sets/base/basep.ts
Normal file
@ -0,0 +1,24 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "Wizards of te Coast Promos"
|
||||
},
|
||||
code: "basep",
|
||||
expansionCode: "base",
|
||||
tcgoCode: "PR",
|
||||
|
||||
cardCount: {
|
||||
total: 53,
|
||||
official: 52
|
||||
},
|
||||
|
||||
releaseDate: "1999-07-01",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: false,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user