import { Card } from '../../../interfaces' import Set from '../Burning Shadows' const card: Card = { name: { en: "Lana", fr: "Néphie", }, illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Soignez 50 dégâts à chacun de vos Pokémon auquel de l’Énergie Water est attachée.", }, trainerType: "Supporter", } export default card