import { Card } from '../../../interfaces' import Set from '../SM trainer Kit (Alolan Raichu)' const card: Card = { set: Set, name: { en: "Golbat", fr: "Nosferalto", es: "Golbat", it: "Golbat", pt: "Golbat", de: "Golbat" }, rarity: "Uncommon", category: "Pokemon", hp: 80, types: ["Psychic"], evolveFrom: { en: "Zubat", fr: "Nosferapti", es: "Zubat", it: "Zubat", pt: "Zubat", de: "Zubat" }, stage: "Stage1", retreat: 0, weaknesses: [{ type: "Lightning", value: "×2" }], resistances: [{ type: "Fighting", value: "-20" }] } export default card