import { Card } from '../../../interfaces' import Set from '../Furious Fists' const card: Card = { name: { en: "Training Center", fr: "Centre d’Entraînement", }, illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Ajoute 30 PV à chacun des Pokémon de Niveau 1 et de Niveau 2 en jeu (les vôtres et ceux de votre adversaire).", en: "Each Stage 1 and Stage 2 Pokémon in play (both yours and your opponent’s) gets +30 HP." }, trainerType: "Stadium", } export default card