import { Card } from '../../../interfaces' import Set from '../SWSH Black Star Promos' const card: Card = { set: Set, variants: { normal: false, reverse: false, holo: true, firstEdition: false }, name: { en: "Pikachu V" }, rarity: "None", category: "Pokemon", hp: 190, types: ["Lightning"], stage: "Basic" } export default card