import { Card } from '../../../interfaces' import Set from '../Champion\'s Path' const card: Card = { name: { en: "Bede", }, illustrator: "Naoki Saito", rarity: "Uncommon", category: "Trainer", set: Set, effect: { en: "Attach a basic Energy card from your hand to 1 of your Benched Pokémon.", }, } export default card