import { Card } from '../../../interfaces' import Set from '../SM trainer Kit (Alolan Raichu)' const card: Card = { set: Set, name: { en: "Spearow", fr: "Piafabec", es: "Spearow", it: "Spearow", pt: "Spearow", de: "Habitak" }, 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