1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-12 04:55:24 +00:00
Files
cards-database/data/XY/Ancient Origins.ts

31 lines
371 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../XY'
const xy7: Set = {
id: "xy7",
name: {
en: "Ancient Origins",
fr: "Origines Antiques"
,
},
serie: serie,
tcgOnline: "AOR",
cardCount: {
official: 98
},
releaseDate: "2015-08-12",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xy7