import { Card } from '../../../interfaces' import Set from '../Champion\'s Path' const card: Card = { name: { en: "Rotom Bike", }, illustrator: "5ban Graphics", rarity: "Uncommon", category: "Trainer", set: Set, effect: { en: "Draw cards until you have 6 cards in your hand. Your turn ends.", }, } export default card