import { Card } from '../../../interfaces' import Set from '../XY trainer Kit (Suicune)' const card: Card = { dexId: [393], set: Set, name: { en: "Piplup", fr: "Tiplouf", es: "Piplup", it: "Piplup", pt: "Piplup", de: "Plinfa" }, rarity: "Common", category: "Pokemon", hp: 60, types: ["Water"], stage: "Basic", retreat: 1, weaknesses: [{ type: "Grass", value: "×2" }] } export default card