1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
cards-database/data/Black & White/Black & White.ts
Florian Bouillon d42a81bfdb
Added Black & White sets Translations (#54)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-14 11:32:26 +00:00

26 lines
358 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Black & White'
const bw1: Set = {
id: "bw1",
name: {
en: "Black & White",
fr: "Noir & Blanc",
es: "Negro y Blanco",
it: "Nero e Bianco",
de: "Schwarz & Weiß"
},
serie: serie,
tcgOnline: "BLW",
cardCount: {
official: 114
},
releaseDate: "2011-04-25"
}
export default bw1