mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
27
sets/pl/pl1.ts
Normal file
27
sets/pl/pl1.ts
Normal file
@ -0,0 +1,27 @@
|
||||
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,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
27
sets/pl/pl2.ts
Normal file
27
sets/pl/pl2.ts
Normal file
@ -0,0 +1,27 @@
|
||||
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,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
27
sets/pl/pl3.ts
Normal file
27
sets/pl/pl3.ts
Normal file
@ -0,0 +1,27 @@
|
||||
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,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
25
sets/pl/pl4.ts
Normal file
25
sets/pl/pl4.ts
Normal file
@ -0,0 +1,25 @@
|
||||
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,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
23
sets/pl/ru1.ts
Normal file
23
sets/pl/ru1.ts
Normal file
@ -0,0 +1,23 @@
|
||||
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,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user