import { Card } from '../../../interfaces' import Set from '../Burning Shadows' const card: Card = { name: { en: "Olivia", fr: "Alyxia", }, illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Cherchez jusqu’à 2 Pokémon-GX dans votre deck, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.", }, trainerType: "Supporter", } export default card