import { Card } from '../../../interfaces' import Set from '../Team Up' const card: Card = { name: { en: "Buff Padding", fr: "Protection Musclée", }, illustrator: "Yoshinobu Saito", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Si le Pokémon auquel cette carte est attachée a un Coût de Retraite d’exactement 4, il reçoit +50 PV.", }, trainerType: "Tool", } export default card