mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
27
sets/xy/xyp.ts
Normal file
27
sets/xy/xyp.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "Promos",
|
||||
fr: "Cartes Promos",
|
||||
},
|
||||
code: "xyp",
|
||||
expansionCode: "xy",
|
||||
tcgoCode: "PR-XY",
|
||||
|
||||
cardCount: {
|
||||
total: 211,
|
||||
official: 211
|
||||
},
|
||||
|
||||
api: "p-xy",
|
||||
|
||||
releaseDate: "2013-10-12",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: true,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user