import { Card } from '../../../interfaces' import Set from '../Champion\'s Path' const card: Card = { name: { en: "Grapploct V", }, illustrator: "PLANETA Igarashi", rarity: "Ultra Rare", category: "Pokemon", set: Set, hp: 210, types: [ "Fighting", ], weaknesses: [ { type: "Psychic", value: "×2" }, ], retreat: 2, } export default card