1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
cards-database/data/EX/FireRed & LeafGreen.ts

30 lines
419 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../EX'
const ex6: Set = {
id: "ex6",
name: {
en: "FireRed & LeafGreen",
fr: "EX Rouge Feu & Vert Feuille",
it: "EX RossoFuoco e VerdeFoglia",
de: "EX Feuerrot & Blattgrün"
},
serie: serie,
tcgOnline: "RG",
cardCount: {
official: 112
},
releaseDate: "2004-09-01",
abbreviations: {
official: "RG",
fr: "RFV"
}
}
export default ex6