import { Card } from '../../../interfaces' import Set from '../SM trainer Kit (Lycanroc)' const card: Card = { dexId: [734], set: Set, name: { en: "Yungoos", fr: "Manglouton", es: "Yungoos", it: "Yungoos", pt: "Yungoos", de: "Mangunior" }, rarity: "Common", category: "Pokemon", hp: 70, types: ["Colorless"], stage: "Basic", retreat: 1, weaknesses: [{ type: "Fighting", value: "×2" }] } export default card