1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-26 01:49:54 +00:00

27 lines
352 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Black & White'
const bw8: Set = {
id: "bw8",
name: {
en: "Plasma Storm",
fr: "Tempète Plasma"
},
serie: serie,
tcgOnline: "PLS",
cardCount: {
total: 138,
official: 135
},
releaseDate: "2013-02-06",
legal: {
standard: false,
expanded: true
},
}
export default bw8