import { Card } from '../../../interfaces' import Set from '../Chilling Reign' const card: Card = { set: Set, name: { fr: "Lona", en: "Melony" }, illustrator: "Taira Akitsu", rarity: "Ultra Rare", category: "Trainer", effect: { fr: "Attachez une carte Énergie Water de votre pile de défausse à l’un de vos Pokémon-V. Dans ce cas, piochez 3 cartes.", en: "Attach a Water Energy card from your discard pile to 1 of your Pokémon V. If you do, draw 3 cards." }, trainerType: "Supporter", regulationMark: "E" } export default card