mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
25
sets/xy/xy1.ts
Normal file
25
sets/xy/xy1.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: "XY",
|
||||
|
||||
code: "xy1",
|
||||
expansionCode: "xy",
|
||||
tcgoCode: "XY",
|
||||
|
||||
cardCount: {
|
||||
total: 146,
|
||||
official: 146
|
||||
},
|
||||
|
||||
api: "1-xy",
|
||||
|
||||
releaseDate: "2014-02-05",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: true,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user