import { Card } from '../../../interfaces' import Set from '../Evolving Skies' const card: Card = { set: Set, variants: { normal: false, reverse: false, holo: false, firstEdition: false }, name: { en: "Espeon V" }, rarity: "Ultra Rare", category: "Pokemon", hp: 200, types: ["Psychic"], stage: "Basic" } export default card