1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-11 20:45:25 +00:00
Files
cards-database/data/Base/Fossil.ts
2021-04-28 16:47:31 +02:00

26 lines
331 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Base'
const base3: Set = {
id: "base3",
name: {
en: "Fossil",
fr: "Fossile"
},
serie: serie,
tcgOnline: "FO",
cardCount: {
total: 62,
official: 62
},
legal: {
expanded: false,
standard: false
},
releaseDate: "1999-10-10"
}
export default base3