import { Card } from '../../../interfaces' import Set from '../Burning Shadows' const card: Card = { name: { en: "Bodybuilding Dumbbells", fr: "Haltères de Culturisme", }, illustrator: "Eske Yoshinob", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Cette carte ajoute 40 PV au Pokémon de Niveau 1 auquel elle est attachée.", }, trainerType: "Tool", } export default card