import { Card } from '../../../interfaces' import Set from '../Evolving Skies' const card: Card = { set: Set, variants: { normal: true, reverse: true, holo: false, firstEdition: false }, name: { en: "Slakoth" }, rarity: "Common", category: "Pokemon", hp: 70, types: ["Colorless"], stage: "Basic" } export default card