import { Card } from '../../../interfaces' import Set from '../Sword & Shield' const card: Card = { name: { en: "Vitality Band", fr: "Bandeau Vitalité", }, illustrator: "Toyste Beach", rarity: "Uncommon", category: "Trainer", set: Set, effect: { en: "The attacks of the Pokémon this card is attached to do 10 more damage to your opponent’s Active Pokémon (before applying Weakness and Resistance).", fr: "Les attaques du Pokémon auquel cette carte est attachée infligent 10 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la Résistance)." }, trainerType: "Tool", } export default card