import { Card } from '../../../interfaces' import Set from '../Yello A Alternate' const card: Card = { name: { fr: "Professeur Platane", }, illustrator: "Naoki Saito", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Défaussez votre main et piochez 7 cartes.", }, trainerType: "Supporter", } export default card