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/Base Set.ts
Normal file
22
data/Base/Base Set.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Base'
|
||||
|
||||
const base1: Set = {
|
||||
id: "base1",
|
||||
name: {
|
||||
en: "Base Set",
|
||||
fr: "Set de Base"
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
tcgOnline: "BS",
|
||||
|
||||
cardCount: {
|
||||
total: 102,
|
||||
official: 102
|
||||
},
|
||||
|
||||
releaseDate: "1999-01-09"
|
||||
}
|
||||
|
||||
export default base1
|
Reference in New Issue
Block a user