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