import { Card } from "../../../interfaces" import Set from "../Genetic Apex" const card: Card = { set: Set, name: { en: "Electrode" }, illustrator: "DOM", category: "Pokemon", hp: 80, types: ["Lightning"], stage: "Stage1", evolveFrom: { en: "Voltorb" }, attacks: [{ cost: ["Lightning", "Lightning"], name: { en: "Electro Ball" }, damage: "70" }], retreat: 0, rarity: "One Star" } export default card