import { Card } from '../../../interfaces' import Set from '../Flashfire' const card: Card = { name: { en: "Protection Cube", fr: "Cube Protecteur", }, illustrator: "Toyste Beach", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Évitez tous les dégâts infligés au Pokémon auquel cette carte est attachée par les attaques qu’il utilise.", en: "Prevent all damage done to the Pokémon this card is attached to by attacks it uses." }, trainerType: "Tool", } export default card