import { Card } from "../../../interfaces" import Set from "../Genetic Apex" const card: Card = { set: Set, name: { en: "Growlithe" }, category: "Pokemon", hp: 70, types: ["Fire"], stage: "Basic", attacks: [{ cost: ["Colorless", "Colorless"], name: { en: "Bite" }, damage: "20" }], retreat: 1, rarity: "One Diamond" } export default card