import { Card } from '../../../interfaces' import Set from '../Dragons Exalted' const card: Card = { name: { en: "Giant Cape", fr: "Cape Géante", }, illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Cette carte ajoute 20 PV au Pokémon auquel elle est attachée.", }, trainerType: "Tool", } export default card