import { Card } from '../../../interfaces' import Set from '../Primal Clash' const card: Card = { name: { en: "Teammates", fr: "Senior et Junior", }, illustrator: "Hitoshi Ariga", rarity: "Ultra Rare", category: "Trainer", set: Set, effect: { fr: "Vous pouvez jouer cette carte seulement si l'un de vos Pokémon a été mis K.O. pendant le dernier tour de votre adversaire.\n\nCherchez jusqu'à 2 cartes dans votre deck et ajoutez-les à votre main. Mélangez ensuite votre deck.", en: "You can play this card only if 1 of your Pokémon was Knocked Out during your opponent’s last turn.\n\nSearch your deck for up to 2 cards and put them into your hand. Shuffle your deck afterward." }, trainerType: "Supporter", } export default card