import { Mage } from '../../../../aer-types/types' export const mages: Mage[] = [ { expansion: 'SD', name: 'Nook', id: 'Nook', mageTitle: 'Orb Caller', ability: `

Condense Aether

Activate during your main phase:

You my destroy a card in your hand or discard pile. Gain 4 Æ.
You may place the next spell you gain this turn into your hand.

`, numberOfCharges: 5, uniqueStarters: [ { type: 'Gem', name: 'Mystic Orb', expansion: 'SD', id: 'MysticOrb', cost: 0, effect: `

Gain 1 charge.
Cast a spell in your hand. Return that spell to its supply pile, if able. You may lose 1 charge to gain a spell from any supply pile that costs less than the cast spell.

`, keywords: [], }, ], complexityRating: 9, }, ]