import { Card } from '../../../interfaces' import Set from '../Dark Explorers' const card: Card = { name: { en: "Cheren", fr: "Tcheren", es: "Cheren", it: "Komor", pt: "Cheren", de: "Cheren" }, illustrator: "Kanako Eo", rarity: "Uncommon", category: "Trainer", set: Set, trainerType: "Supporter", effect: { en: "Draw 3 cards.", fr: "Piochez 3 cartes.", es: "Roba 3 cartas.", it: "Pesca tre carte.", pt: "Compre 3 cards.", de: "Ziehe 3 Karten." } } export default card