mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
21
data/E-Card/Best of game.ts
Normal file
21
data/E-Card/Best of game.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../E-Card'
|
||||
|
||||
const bog: Set = {
|
||||
id: "bog",
|
||||
name: {
|
||||
en: "Best of game",
|
||||
fr: "Best of game"
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
|
||||
cardCount: {
|
||||
total: 9,
|
||||
official: 9
|
||||
},
|
||||
|
||||
releaseDate: "2002-12-01"
|
||||
}
|
||||
|
||||
export default bog
|
Reference in New Issue
Block a user