import { Card } from '../../../interfaces' import Set from '../XY trainer Kit (Bisharp)' const card: Card = { set: Set, name: { en: "Vigoroth", fr: "Vigoroth", es: "Vigoroth", it: "Vigoroth", pt: "Vigoroth", de: "Muntier" }, rarity: "Uncommon", category: "Pokemon", hp: 90, types: ["Colorless"], evolveFrom: { en: "Slakoth", fr: "Parecool", es: "Slakoth", it: "Slakoth", pt: "Slakoth", de: "Bummelz" }, stage: "Stage1", retreat: 2, weaknesses: [{ type: "Fighting", value: "×2" }] } export default card