import { Card } from '../../../interfaces' import Set from '../Champion\'s Path' const card: Card = { name: { en: "Bede", fr: "Travis" }, 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.", fr: "Attachez une carte Énergie de base de votre main à l’un de vos Pokémon de Banc." }, trainerType: "Supporter" } export default card