1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22:10 +00:00

33 lines
415 B
TypeScript

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.",
},
trainerType: "Item",
}
export default card