import { Card } from '../../../interfaces' import Set from '../HeartGold SoulSilver' const card: Card = { name: { en: "Pokémon Communication", fr: "Communication Pokémon", }, illustrator: "Takashi Yamaguchi", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Choisissez un Pokémon dans votre main, montrez-le à votre opposant et placez-le sur le dessus de votre deck. Dans ce cas, cherchez un Pokémon dans votre deck, montrez-le à votre adversaire, puis ajoutez-le à votre main. Mélangez ensuite votre deck.", }, trainerType: "Item", } export default card