1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

30 lines
439 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",
pt: "Explosão de Plasma" // also "Explosão Plasma" in the PTCGO
},
serie: serie,
tcgOnline: "PLB",
cardCount: {
official: 101
},
releaseDate: "2013-08-14",
abbreviations: {
official: "PLB",
fr: "EPL"
}
}
export default bw10