import { Card } from '../../../interfaces' import Set from '../Lost Thunder' const card: Card = { name: { en: "Fairy Charm Fighting", fr: "Amulette Féerique Fighting", }, illustrator: "Toyste Beach", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Évitez tous les dégâts infligés au Pokémon Fairy auquel cette carte est attachée par les attaques des Pokémon-GX Fighting ou Pokémon-EX Fighting de votre adversaire.", }, trainerType: "Tool", } export default card