import { Card } from '../../../interfaces' import Set from '../Primal Clash' const card: Card = { name: { en: "Weakness Policy", fr: "Vulné-Assurance", }, illustrator: "Ayaka Yoshida", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Le Pokémon auquel cette carte est attachée n'a pas de Faiblesse.", en: "The Pokémon this card is attached to has no Weakness." }, trainerType: "Tool", } export default card