import { Card } from '../../../interfaces' import Set from '../Darkness Ablaze' const card: Card = { name: { en: "Cape of Toughness", }, illustrator: "inose yukie", rarity: "Uncommon", category: "Trainer", set: Set, effect: { en: "The Basic Pokémon this card is attached to gets +50 HP, except Pokémon-GX.", }, } export default card