import { Card } from '../../../interfaces' import Set from '../Burning Shadows' const card: Card = { name: { en: "Sophocles", fr: "Chrys", }, illustrator: "Sanosuke Sakuma", rarity: "Ultra Rare", category: "Trainer", set: Set, effect: { fr: "Défaussez 2 cartes de votre main. Dans ce cas, piochez 4 cartes.", }, trainerType: "Supporter", } export default card