mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59:18 +00:00
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
|
Reference in New Issue
Block a user