import { Card } from '../../../interfaces' import Set from '../XY trainer Kit (Wigglytuff)' const card: Card = { set: Set, name: { en: "Pidgey", fr: "Roucool", es: "Pidgey", it: "Pidgey", pt: "Pidgey", de: "Taubsi" }, rarity: "Common", category: "Pokemon", hp: 60, types: ["Colorless"], stage: "Basic", retreat: 1, weaknesses: [{ type: "Lightning", value: "×2" }], resistances: [{ type: "Fighting", value: "-20" }] } export default card