import { Card } from '../../../interfaces' import Set from '../SM trainer Kit (Alolan Raichu)' const card: Card = { set: Set, name: { en: "Grubbin", fr: "Larvibule", es: "Grubbin", it: "Grubbin", pt: "Grubbin", de: "Mabula" }, rarity: "Common", category: "Pokemon", hp: 70, types: ["Grass"], stage: "Basic", retreat: 2, weaknesses: [{ type: "Fire", value: "×2" }] } export default card