import { Card } from '../../../interfaces' import Set from '../Rebel Clash' const card: Card = { name: { en: "Nugget", }, illustrator: "sadaji", rarity: "Uncommon", category: "Trainer", set: Set, effect: { en: "You can play this card only if you drew it from your deck at the beginning of your turn, before you put it into your hand. \n\nDraw 3 cards.", }, } export default card