import { Card } from '../../../interfaces' import Set from '../Legendary Treasures' const card: Card = { name: { en: "Bianca", }, illustrator: "Megumi Mizutani", rarity: "Uncommon", category: "Trainer", set: Set, trainerType: "Supporter", effect: { en: "Draw cards until you have 6 cards in your hand." } } export default card