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