import { Card } from '../../../interfaces' import Set from '../HS trainer Kit (Excadrill)' const card: Card = { set: Set, name: { en: "Lillipup", fr: "Ponchiot", es: "Lillipup", it: "Lillipup", pt: "Lillipup", de: "Yorkleff" }, rarity: "Common", category: "Pokemon", hp: 50, types: ["Colorless"], stage: "Basic", retreat: 1, weaknesses: [{ type: "Fighting", value: "×2" }] } export default card