import { Card } from "../../../interfaces" import Set from "../Genetic Apex" const card: Card = { set: Set, name: { en: "Dewgong" }, illustrator: "Kanako Eo", category: "Pokemon", hp: 120, types: ["Water"], stage: "Stage1", attacks: [{ cost: ["Water", "Water", "Water"], name: { en: "Surf" }, damage: "90" }], retreat: 3, rarity: "Two Diamond" } export default card