mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
Finished Complete Rework of the Database
This commit is contained in:
22
data/EX/FireRed & LeafGreen.ts
Normal file
22
data/EX/FireRed & LeafGreen.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../EX'
|
||||
|
||||
const ex6: Set = {
|
||||
id: "ex6",
|
||||
name: {
|
||||
en: "FireRed & LeafGreen",
|
||||
fr: "FireRed & LeafGreen"
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
tcgOnline: "RG",
|
||||
|
||||
cardCount: {
|
||||
total: 116,
|
||||
official: 112
|
||||
},
|
||||
|
||||
releaseDate: "2004-09-01"
|
||||
}
|
||||
|
||||
export default ex6
|
Reference in New Issue
Block a user