1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-30 23:02:09 +00:00

33 lines
444 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Kalos Starter Set'
const card: Card = {
name: {
en: "Crushing Hammer",
fr: "Maillet Écrasant",
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Trainer",
set: Set,
effect: {
fr: "Lancez une pièce. Si c'est face, défaussez une Énergie attachée à l'un des Pokémon de votre adversaire.",
},
trainerType: "Item",
}
export default card