import { Card } from '../../../interfaces' import Set from '../Darkness Ablaze' const card: Card = { name: { en: "Struggle Gloves", }, illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", set: Set, effect: { en: "If the Pokémon this card is attached to has Weakness to your opponent’s Active Pokémon’s type, its attacks do 30 more damage to your opponent’s Active Pokémon (before applying Weakness and Resistance).", }, } export default card