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