import { Card } from '../../../interfaces' import Set from '../Rebel Clash' const card: Card = { name: { en: "Oleana", }, illustrator: "Yusuke Ohmura", rarity: "Uncommon", category: "Trainer", set: Set, effect: { en: "You can play this card only if you discard 2 other cards from your hand.\n\nYour opponent reveals their hand. Put a Trainer card you find there on the bottom of their deck.", }, } export default card