1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
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

24 lines
316 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Black & White'
const bw10: Set = {
id: "bw10",
name: {
en: "Plasma Blast",
fr: "Explosion Plasma",
de: "Plasma-Blaster"
},
serie: serie,
tcgOnline: "PLB",
cardCount: {
official: 101
},
releaseDate: "2013-08-14"
}
export default bw10