import { Card } from "../../../interfaces" import Set from "../Celestial Guardians" const card: Card = { set: Set, name: { en: "Lana" }, illustrator: "Yuu Nishida", rarity: "Two Star", category: "Trainer", effect: { en: "You can use this card only if you have Araquanid in play. Switch in 1 of your opponent's Benched Pokémon to the Active Spot." }, trainerType: "Supporter" } export default card