import { Card } from "../../../interfaces" import Set from "../Genetic Apex" const card: Card = { set: Set, name: { en: "Pidgeotto" }, illustrator: "Scav", category: "Pokemon", hp: 80, types: ["Colorless"], stage: "Stage1", attacks: [{ cost: ["Colorless"], name: { en: "Gust" }, damage: "30" }], retreat: 1, rarity: "One Diamond" } export default card