import { Card } from '../../../interfaces' import Set from '../Fates Collide' const card: Card = { name: { en: "Power Memory", fr: "Puissante Mémoire", }, illustrator: "5ban Graphics", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Le Zygarde-EX auquel cette carte est attachée peut aussi utiliser l'attaque sur cette carte. (Vous avez toujours besoin de l'Énergie nécessaire pour utiliser cette attaque.)\n\nBrûlure Polycellule FightingFightingColorless 200\nDéfaussez 3 Énergies attachées à ce Pokémon.", en: "The Zygarde-EX this card is attached to can also use the attack on this card. (You still need the necessary Energy to use this attack.)\n\nAll Cells Burn FightingFightingColorless 200\nDiscard 3 Energy attached to this Pokémon." }, trainerType: "Tool", } export default card