import { Card } from '../../../interfaces' import Set from '../Phantom Forces' const card: Card = { name: { en: "Manectric Spirit Link", fr: "Lien Spirituel Élecsprint", }, illustrator: "Toyste Beach", 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-Élecsprint-EX.", en: "Your turn does not end if the Pokémon this card is attached to becomes M Manectric-EX." }, trainerType: "Tool", } export default card