mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
22
data/XY/Yello A Alternate.ts
Normal file
22
data/XY/Yello A Alternate.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../XY'
|
||||
|
||||
const xya: Set = {
|
||||
id: "xya",
|
||||
name: {
|
||||
en: "Yello A Alternate",
|
||||
fr: "carte alternative A Jaune"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
|
||||
cardCount: {
|
||||
total: 6,
|
||||
official: 6
|
||||
},
|
||||
|
||||
releaseDate: "2014-02-05"
|
||||
}
|
||||
|
||||
export default xya
|
Reference in New Issue
Block a user