import { Card } from '../../../interfaces' import Set from '../Champion\'s Path' const card: Card = { name: { en: "Kabu", }, illustrator: "take", rarity: "Uncommon", category: "Trainer", set: Set, effect: { en: "Shuffle your hand into your deck. Then, draw 4 cards. If your Active Pokémon is your only Pokémon in play, draw 8 cards instead.", }, } export default card