1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-03 17:09:17 +00:00

Initial Database

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-19 16:19:09 +01:00
commit be94e712b8
12302 changed files with 1142705 additions and 0 deletions

30
sets/pop/np.ts Normal file
View File

@ -0,0 +1,30 @@
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,
},
images: {
symbol: "https://assets.tcgdex.net/sets/pop/np/symbol.png",
logo: "https://assets.tcgdex.net/sets/pop/np/logo.png"
}
}
export default set

28
sets/pop/pop1.ts Normal file
View File

@ -0,0 +1,28 @@
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,
},
images: {
symbol: "https://assets.tcgdex.net/sets/pop/pop1/symbol.png",
logo: "https://assets.tcgdex.net/sets/pop/pop1/logo.png"
}
}
export default set

28
sets/pop/pop2.ts Normal file
View File

@ -0,0 +1,28 @@
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,
},
images: {
symbol: "https://assets.tcgdex.net/sets/pop/pop2/symbol.png",
logo: "https://assets.tcgdex.net/sets/pop/pop2/logo.png"
}
}
export default set

28
sets/pop/pop3.ts Normal file
View File

@ -0,0 +1,28 @@
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,
},
images: {
symbol: "https://assets.tcgdex.net/sets/pop/pop3/symbol.png",
logo: "https://assets.tcgdex.net/sets/pop/pop3/logo.png"
}
}
export default set

28
sets/pop/pop4.ts Normal file
View File

@ -0,0 +1,28 @@
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,
},
images: {
symbol: "https://assets.tcgdex.net/sets/pop/pop4/symbol.png",
logo: "https://assets.tcgdex.net/sets/pop/pop4/logo.png"
}
}
export default set

28
sets/pop/pop5.ts Normal file
View File

@ -0,0 +1,28 @@
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,
},
images: {
symbol: "https://assets.tcgdex.net/sets/pop/pop5/symbol.png",
logo: "https://assets.tcgdex.net/sets/pop/pop5/logo.png"
}
}
export default set

28
sets/pop/pop6.ts Normal file
View File

@ -0,0 +1,28 @@
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,
},
images: {
symbol: "https://assets.tcgdex.net/sets/pop/pop6/symbol.png",
logo: "https://assets.tcgdex.net/sets/pop/pop6/logo.png"
}
}
export default set

28
sets/pop/pop7.ts Normal file
View File

@ -0,0 +1,28 @@
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,
},
images: {
symbol: "https://assets.tcgdex.net/sets/pop/pop7/symbol.png",
logo: "https://assets.tcgdex.net/sets/pop/pop7/logo.png"
}
}
export default set

28
sets/pop/pop8.ts Normal file
View File

@ -0,0 +1,28 @@
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,
},
images: {
symbol: "https://assets.tcgdex.net/sets/pop/pop8/symbol.png",
logo: "https://assets.tcgdex.net/sets/pop/pop8/logo.png"
}
}
export default set

28
sets/pop/pop9.ts Normal file
View File

@ -0,0 +1,28 @@
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,
},
images: {
symbol: "https://assets.tcgdex.net/sets/pop/pop9/symbol.png",
logo: "https://assets.tcgdex.net/sets/pop/pop9/logo.png"
}
}
export default set