import { Mage } from '../../../../aer-types/types' export const mages: Mage[] = [ { expansion: 'TV', name: 'Sparrow', id: 'Sparrow', mageTitle: 'Breach Mage Soldier', ability: `

Eldritch Tether

Activate during your casting or main phase:

Focus any player's breach. Repeat this three additional times. OR Any ally with no closed breaches draws three cards and then preps up to three spells from their hand.

`, numberOfCharges: 5, uniqueStarters: [ { type: 'Spell', name: 'Smolder', expansion: 'TV', id: 'Smolder', cost: 0, effect: `

This spell may be prepped to a closed breach without focusing it.
Cast: Deal 1 damage.

`, keywords: [], }, ], }, { expansion: 'TV', name: 'XaxosTV', id: 'XaxosTV', mageTitle: 'Voidbringer', ability: `

Praetorian Halo

Activate during your casting or main phase:

Any ally gains 1 charge and discards a random card in hand. Focus one of your breaches. Gain 1 life. Destroy a card in your hand or discard pile.

`, numberOfCharges: 4, uniqueStarters: [ { type: 'Spell', name: 'Pyre', expansion: 'TV', id: 'Pyre', cost: 0, effect: `

Cast: Deal 1 damage.
Any ally may discard a card in hand. If they do, deal 2 additional damage.

`, keywords: [], }, ], }, ]