mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
27
sets/xy/xy12.ts
Normal file
27
sets/xy/xy12.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "Evolutions",
|
||||
fr: "Évolutions",
|
||||
},
|
||||
code: "xy12",
|
||||
expansionCode: "xy",
|
||||
tcgoCode: "EVO",
|
||||
|
||||
cardCount: {
|
||||
total: 113,
|
||||
official: 108
|
||||
},
|
||||
|
||||
api: "12-xy",
|
||||
|
||||
releaseDate: "2016-11-02",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: true,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user