import { Card } from '../../../interfaces' import Set from '../Legends Awakened' const card: Card = { name: { en: "Bubble Coat", fr: "Manteau bulle", }, illustrator: "Daisuke Ito", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Attachez Manteau bulle à 1 de vos Pokémon qui ne possède pas déjà d'Outil Pokémon. Si ce Pokémon est mis K.O, défaussez-la.", }, trainerType: "Tool", } export default card