1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

33 lines
457 B
TypeScript

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