import { Card } from '../../../interfaces' import Set from '../Fates Collide' const card: Card = { name: { en: "Energy Pouch", fr: "Sacoche d'Énergie", }, illustrator: "Toyste Beach", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Si le Pokémon auquel cette carte est attachée est mis K.O. par les dégâts d'une attaque de votre adversaire, placez toutes les Énergies de base lui étant attachées dans votre main.", en: "If the Pokémon this card is attached to is Knocked Out by damage from an opponent’s attack, put all basic Energy attached to that Pokémon into your hand." }, trainerType: "Tool", } export default card