import { Card } from '../../../interfaces' import Set from '../Phantom Forces' const card: Card = { name: { en: "Enhanced Hammer", fr: "Maillet Amélioré", }, illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Défaussez une Énergie spéciale attachée à l’un des Pokémon de votre adversaire.", en: "Discard a Special Energy attached to 1 of your opponent’s Pokémon." }, trainerType: "Item", } export default card