import { Card } from '../../../interfaces' import Set from '../Furious Fists' const card: Card = { name: { en: "Korrina", fr: "Cornélia", }, illustrator: "Yusuke Ohmura", rarity: "Ultra Rare", category: "Trainer", set: Set, effect: { fr: "Cherchez un Pokémon Fighting et une carte Objet dans votre deck, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.", en: "Search your deck for a Fighting Pokémon and an Item card, reveal them, and put them into your hand. Shuffle your deck afterward." }, trainerType: "Supporter", } export default card