import { Card } from '../../../interfaces' import Set from '../Phantom Forces' const card: Card = { name: { en: "Gengar Spirit Link", fr: "Lien Spirituel Ectoplasma", es: "Vínculo Espiritual de Gengar", it: "Legame Mentale con Gengar", pt: "Elo Espiritual de Gengar", de: "Gengars Geistesbund" }, illustrator: "5ban Graphics", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Votre tour ne se termine pas si le Pokémon auquel cette carte est attachée devient M-Ectoplasma-EX.", en: "Your turn does not end if the Pokémon this card is attached to becomes M Gengar-EX.", es: "Tu turno no termina si el Pokémon al que está unida esta carta se convierte en M-Gengar-EX.", it: "Il tuo turno non finisce se il Pokémon a cui è assegnata questa carta diventa M Gengar-EX.", pt: "Sua vez de jogar não terminará se o Pokémon ao qual este card está ligado tornar-se M-Gengar-EX.", de: "Dein Zug endet nicht, wenn das Pokémon, an das diese Karte angelegt ist, zu M-Gengar-EX wird." }, trainerType: "Tool", } export default card