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

32
sets/pl/pl1.ts Normal file
View File

@ -0,0 +1,32 @@
import Set from '../../interfaces/Set'
const set: Set = {
name: {
en: "Platinum",
fr: "Platine",
},
code: "pl1",
expansionCode: "pl",
tcgoCode: "PL",
cardCount: {
total: 133,
official: 127
},
api: "3-platinum",
releaseDate: "2009-02-11",
legal: {
standard: false,
expanded: false,
},
images: {
symbol: "https://assets.tcgdex.net/sets/pl/pl1/symbol.png",
logo: "https://assets.tcgdex.net/sets/pl/pl1/logo.png"
}
}
export default set

32
sets/pl/pl2.ts Normal file
View File

@ -0,0 +1,32 @@
import Set from '../../interfaces/Set'
const set: Set = {
name: {
en: "Rising Rivals",
fr: "Rivaux Émergeants",
},
code: "pl2",
expansionCode: "pl",
tcgoCode: "RR",
cardCount: {
total: 120,
official: 111
},
api: "3-platinum-rising-rivals",
releaseDate: "2009-05-16",
legal: {
standard: false,
expanded: false,
},
images: {
symbol: "https://assets.tcgdex.net/sets/pl/pl2/symbol.png",
logo: "https://assets.tcgdex.net/sets/pl/pl2/logo.png"
}
}
export default set

32
sets/pl/pl3.ts Normal file
View File

@ -0,0 +1,32 @@
import Set from '../../interfaces/Set'
const set: Set = {
name: {
en: "Supreme Victors",
fr: "Vainqueurs Suprêmes",
},
code: "pl3",
expansionCode: "pl",
tcgoCode: "SV",
cardCount: {
total: 153,
official: 147
},
api: "3-platinum-supreme-victors",
releaseDate: "2009-08-19",
legal: {
standard: false,
expanded: false,
},
images: {
symbol: "https://assets.tcgdex.net/sets/pl/pl3/symbol.png",
logo: "https://assets.tcgdex.net/sets/pl/pl3/logo.png"
}
}
export default set

30
sets/pl/pl4.ts Normal file
View File

@ -0,0 +1,30 @@
import Set from '../../interfaces/Set'
const set: Set = {
name: "Arceus",
code: "pl4",
expansionCode: "pl",
tcgoCode: "AR",
cardCount: {
total: 111,
official: 99
},
api: "3-platinum-arceus",
releaseDate: "2009-11-04",
legal: {
standard: false,
expanded: false,
},
images: {
symbol: "https://assets.tcgdex.net/sets/pl/pl4/symbol.png",
logo: "https://assets.tcgdex.net/sets/pl/pl4/logo.png"
}
}
export default set

28
sets/pl/ru1.ts Normal file
View File

@ -0,0 +1,28 @@
import Set from '../../interfaces/Set'
const set: Set = {
name: {
en: "Pokémon Rumble"
},
expansionCode: "pl",
code: "ru1",
cardCount: {
total: 16,
official: 16
},
releaseDate: "2009-12-02",
legal: {
standard: false,
expanded: false,
},
images: {
symbol: "https://assets.tcgdex.net/sets/pl/ru1/symbol.png",
logo: "https://assets.tcgdex.net/sets/pl/ru1/logo.png"
}
}
export default set