import { Card } from '../../../interfaces' import Set from '../Darkness Ablaze' const card: Card = { name: { en: "Bird Keeper", }, illustrator: "Hideki Ishikawa", rarity: "Uncommon", category: "Trainer", set: Set, effect: { en: "Switch your Active Pokémon with 1 of your Benched Pokémon. If you do, draw 3 cards.", }, } export default card