1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-12 04:55:24 +00:00
Files
cards-database/data/Base/Jungle.ts
2021-04-28 16:47:31 +02:00

26 lines
330 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Base'
const base2: Set = {
id: "base2",
name: {
en: "Jungle",
fr: "Jungle"
},
serie: serie,
tcgOnline: "JU",
cardCount: {
total: 64,
official: 64
},
legal: {
expanded: false,
standard: false
},
releaseDate: "1999-06-16"
}
export default base2