1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-05 09:49:18 +00:00
Files
cards-database/data/EX/Deoxys.ts

30 lines
349 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../EX'
const ex8: Set = {
id: "ex8",
name: {
en: "Deoxys",
fr: "Deoxys"
},
serie: serie,
tcgOnline: "DX",
cardCount: {
official: 107
},
releaseDate: "2005-02-01",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default ex8