1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-23 16:49:53 +00:00

32 lines
347 B
TypeScript

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