1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 04:12:11 +00:00
2021-11-22 15:51:59 +01:00

25 lines
385 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"
}
export default bw10