mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49:19 +00:00
Finished Complete Rework of the Database
This commit is contained in:
27
data/Black & White/Dark Explorers.ts
Normal file
27
data/Black & White/Dark Explorers.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Black & White'
|
||||
|
||||
const bw5: Set = {
|
||||
id: "bw5",
|
||||
name: {
|
||||
en: "Dark Explorers",
|
||||
fr: "Explorateurs Obscurs"
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
tcgOnline: "DEX",
|
||||
|
||||
cardCount: {
|
||||
total: 111,
|
||||
official: 108
|
||||
},
|
||||
|
||||
releaseDate: "2012-05-09",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: true
|
||||
},
|
||||
}
|
||||
|
||||
export default bw5
|
Reference in New Issue
Block a user