import { Card } from '../../../interfaces' import Set from '../Fates Collide' const card: Card = { name: { en: "Energy Reset", fr: "Réinitialisation d'Énergie", }, illustrator: "Toyste Beach", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Placez dans votre main autant d'Énergies attachées à votre Pokémon que vous voulez.", en: "Put as many Energy attached to your Pokémon as you like into your hand." }, trainerType: "Item", } export default card