import { Card } from "../../../interfaces" import Set from "../Genetic Apex" const card: Card = { set: Set, name: { en: "Mienfoo" }, illustrator: "match", category: "Pokemon", hp: 60, types: ["Fighting"], stage: "Basic", attacks: [{ cost: ["Colorless"], name: { en: "Pound" }, damage: "20" }], weaknesses: [{ type: "Psychic", value: "+20" }], retreat: 1, rarity: "One Diamond", description: { en: "In one minute, a well-trained Mienfoo can chop with its arms more than 100 times.", } } export default card