1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-06 01:07:53 +00:00
cards-database/data/Black & White/Dark Explorers.ts
Florian Bouillon 369f8dadf7
Removed (#36)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-06-30 06:52:35 +00:00

31 lines
397 B
TypeScript

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",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default bw5