import { Card } from '../../../interfaces' import Set from '../Celestial Storm' const card: Card = { name: { en: "Tate & Liza", fr: "Lévy et Tatia", }, illustrator: "Hideki Ishikawa", rarity: "Ultra Rare", category: "Trainer", set: Set, effect: { fr: "Choisissez l’une de ces options :\n\n• Mélangez votre main avec votre deck. Ensuite, piochez 5 cartes.\n• Échangez votre Pokémon Actif avec l’un de vos Pokémon de Banc.", }, trainerType: "Supporter", } export default card