mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
22
data/Base/Fossil.ts
Normal file
22
data/Base/Fossil.ts
Normal file
@ -0,0 +1,22 @@
|
||||
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
|
||||
},
|
||||
|
||||
releaseDate: "1999-10-10"
|
||||
}
|
||||
|
||||
export default base3
|
Reference in New Issue
Block a user