1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-06 18:29:17 +00:00
Files
cards-database/data/XY/Flashfire.ts

31 lines
360 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../XY'
const xy2: Set = {
id: "xy2",
name: {
en: "Flashfire",
fr: "Étincelles"
,
},
serie: serie,
tcgOnline: "FLF",
cardCount: {
official: 106
},
releaseDate: "2014-05-07",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xy2