import { Card } from '../../../interfaces' import Set from '../Phantom Forces' const card: Card = { name: { en: "Professor Sycamore", fr: "Professeur Platane", }, illustrator: "Yusuke Ohmura", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Défaussez votre main et piochez 7 cartes.", }, trainerType: "Supporter", } export default card