1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-23 00:29:55 +00:00
cards-database/data/Black & White/Plasma Freeze.ts
Florian Bouillon f8744ee6dd
Made Variants mandatory
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-05-02 17:04:19 +02:00

35 lines
443 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Black & White'
const bw9: Set = {
id: "bw9",
name: {
en: "Plasma Freeze",
fr: "Glaciation Plasma"
},
serie: serie,
tcgOnline: "PLF",
cardCount: {
total: 122,
official: 116
},
releaseDate: "2013-05-08",
legal: {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default bw9