import { Card } from '../../../interfaces' import Set from '../SM trainer Kit (Alolan Raichu)' const card: Card = { dexId: [760], set: Set, name: { en: "Bewear", fr: "Chelours", es: "Bewear", it: "Bewear", pt: "Bewear", de: "Kosturso" }, rarity: "Rare", category: "Pokemon", hp: 130, types: ["Colorless"], evolveFrom: { en: "Stufful", fr: "Nounourson", es: "Stufful", it: "Stufful", pt: "Stufful", de: "Velursi" }, stage: "Stage1", retreat: 3, weaknesses: [{ type: "Fighting", value: "×2" }] } export default card