mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-22 11:59:18 +00:00
25
sets/pop/np.ts
Normal file
25
sets/pop/np.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "Nintendo Black Star Promos"
|
||||
},
|
||||
code: "np",
|
||||
expansionCode: "pop",
|
||||
tcgoCode: "PR-NP",
|
||||
|
||||
cardCount: {
|
||||
total: 40,
|
||||
official: 40
|
||||
},
|
||||
|
||||
releaseDate: "2003-10-01",
|
||||
// releaseDate: "2003-01-14",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: false,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
23
sets/pop/pop1.ts
Normal file
23
sets/pop/pop1.ts
Normal file
@ -0,0 +1,23 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "POP Series 1"
|
||||
},
|
||||
expansionCode: "pop",
|
||||
code: "pop1",
|
||||
|
||||
cardCount: {
|
||||
total: 17,
|
||||
official: 17
|
||||
},
|
||||
|
||||
releaseDate: "2004-09-01",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: false,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
23
sets/pop/pop2.ts
Normal file
23
sets/pop/pop2.ts
Normal file
@ -0,0 +1,23 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "POP Series 2"
|
||||
},
|
||||
expansionCode: "pop",
|
||||
code: "pop2",
|
||||
|
||||
cardCount: {
|
||||
total: 17,
|
||||
official: 17
|
||||
},
|
||||
|
||||
releaseDate: "2005-08-01",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: false,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
23
sets/pop/pop3.ts
Normal file
23
sets/pop/pop3.ts
Normal file
@ -0,0 +1,23 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "POP Series 3"
|
||||
},
|
||||
expansionCode: "pop",
|
||||
code: "pop3",
|
||||
|
||||
cardCount: {
|
||||
total: 17,
|
||||
official: 17
|
||||
},
|
||||
|
||||
releaseDate: "2006-04-01",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: false,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
23
sets/pop/pop4.ts
Normal file
23
sets/pop/pop4.ts
Normal file
@ -0,0 +1,23 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "POP Series 4"
|
||||
},
|
||||
expansionCode: "pop",
|
||||
code: "pop4",
|
||||
|
||||
cardCount: {
|
||||
total: 17,
|
||||
official: 17
|
||||
},
|
||||
|
||||
releaseDate: "2006-08-01",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: false,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
23
sets/pop/pop5.ts
Normal file
23
sets/pop/pop5.ts
Normal file
@ -0,0 +1,23 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "POP Series 5"
|
||||
},
|
||||
expansionCode: "pop",
|
||||
code: "pop5",
|
||||
|
||||
cardCount: {
|
||||
total: 17,
|
||||
official: 17
|
||||
},
|
||||
|
||||
releaseDate: "2007-03-01",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: false,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
23
sets/pop/pop6.ts
Normal file
23
sets/pop/pop6.ts
Normal file
@ -0,0 +1,23 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "POP Series 6"
|
||||
},
|
||||
expansionCode: "pop",
|
||||
code: "pop6",
|
||||
|
||||
cardCount: {
|
||||
total: 17,
|
||||
official: 17
|
||||
},
|
||||
|
||||
releaseDate: "2007-09-01",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: false,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
23
sets/pop/pop7.ts
Normal file
23
sets/pop/pop7.ts
Normal file
@ -0,0 +1,23 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "POP Series 7"
|
||||
},
|
||||
expansionCode: "pop",
|
||||
code: "pop7",
|
||||
|
||||
cardCount: {
|
||||
total: 17,
|
||||
official: 17
|
||||
},
|
||||
|
||||
releaseDate: "2008-03-01",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: false,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
23
sets/pop/pop8.ts
Normal file
23
sets/pop/pop8.ts
Normal file
@ -0,0 +1,23 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "POP Series 8"
|
||||
},
|
||||
expansionCode: "pop",
|
||||
code: "pop8",
|
||||
|
||||
cardCount: {
|
||||
total: 17,
|
||||
official: 17
|
||||
},
|
||||
|
||||
releaseDate: "2008-09-01",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: false,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
23
sets/pop/pop9.ts
Normal file
23
sets/pop/pop9.ts
Normal file
@ -0,0 +1,23 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "POP Series 9"
|
||||
},
|
||||
expansionCode: "pop",
|
||||
code: "pop9",
|
||||
|
||||
cardCount: {
|
||||
total: 17,
|
||||
official: 17
|
||||
},
|
||||
|
||||
releaseDate: "2009-03-01",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: false,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user