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

Aethereal Ward

Activate during the nemesis draw phase:

When a nemesis attack or power card is drawn but before it is resolved, you may discard it. It has no effect. (The nemesis does not draw a replacement card)

`, numberOfCharges: 5, uniqueStarters: [ { type: 'Gem', name: 'Amethyst Shard', expansion: 'AE', id: 'AmethystShard', cost: 0, effect: `

Gain 1 Æ.
Any ally may draw a card and then discard a card in hand.

`, keywords: [], }, ], }, { expansion: 'AE', name: 'Brama', id: 'Brama', mageTitle: 'Breach Mage Elder', ability: `

Brink Siphon

Activate during your main phase:

Any player gains 4 life.

`, numberOfCharges: 5, uniqueStarters: [ { type: 'Spell', name: 'Buried Light', expansion: 'AE', id: 'BuriedLight', cost: 0, effect: `

Cast: Deal 1 damage.
Gain 1 Æ.

`, keywords: [], }, ], }, { expansion: 'AE', name: 'Jian', id: 'Jian', mageTitle: 'Breach Mage Orphan', ability: `

Black Mirror

Activate during your main phase:

Cast any player's prepped spell without discarding it.

Then cast that prepped spell again. (Discard it afterward.)

`, numberOfCharges: 4, uniqueStarters: [ { type: 'Gem', name: 'Moonstone Shard', expansion: 'AE', id: 'MoonstoneShard', cost: 0, effect: `

Gain 1 Æ.
Gain an additional 1 Æ that can only be used to gain a gem.

`, keywords: [], }, ], }, { expansion: 'AE', name: 'Kadir', id: 'Kadir', mageTitle: 'Breach Mage Delver', ability: `

Otherworldly Gate

Activate during any player's main phase:

That player may return up to three spells in their discard pile to their hand. That player may prep up to two spells to each of their opened breaches this turn.

`, numberOfCharges: 5, uniqueStarters: [ { type: 'Gem', name: 'Emerald Shard', expansion: 'AE', id: 'EmeraldShard', cost: 0, effect: `

Gain 1 Æ. OR Any player gains 1 life.

`, keywords: [], }, ], }, { expansion: 'AE', name: 'Lash', id: 'Lash', mageTitle: 'Breach Mage Scout', ability: `

Quicken Thought

Activate during any player's main phase:

Shuffle any player's turn order card into the turn order deck. That player suffers 1 damage. (You may not choose the wildcard turn order card.)

`, numberOfCharges: 5, uniqueStarters: [ { type: 'Gem', name: 'Quartz Shard', expansion: 'AE', id: 'QuartzShard', cost: 0, effect: `

Gain 1 Æ.
Reveal the top card of the turn order deck. You may place that card on the bottom or the top of the turn order deck. If you revealed a player turn order card, gain an additional 1 Æ.

`, keywords: [], }, ], }, { expansion: 'AE', name: 'Mist', id: 'Mist', mageTitle: 'Dagger Captain', ability: `

Divine Augury

Activate during your main phase:

Any ally draws 4 cards.

`, numberOfCharges: 5, uniqueStarters: [ { type: 'Gem', name: 'Garnet Shard', expansion: 'AE', id: 'Garnet Shard', cost: 0, effect: `

Gain 1 Æ. OR Cast any player's prepped spell.

`, keywords: [], }, ], }, { expansion: 'AE', name: 'Phaedraxa', id: 'Phaedraxa', mageTitle: 'Breach Mage Seer', ability: `

Auspex Rune

Activate immediately after a turn order card is drawn:

Prevent any damage that the players or Gravehold would suffer during that turn.

`, numberOfCharges: 5, uniqueStarters: [ { type: 'Gem', name: 'Tourmaline Shard', expansion: 'AE', id: 'TourmalineShard', cost: 0, effect: `

Gain 1 Æ.
Any ally may suffer 1 damage. If they do, they destroy a card in hand.

`, keywords: [], }, ], }, { expansion: 'AE', name: 'Xaxos', id: 'Xaxos', mageTitle: 'Breach Mage Adept', ability: `

Metaphysical Link

Activate during any player's main phase:

Allies collectively gain 4 charges. Reveal the turn order deck and return the revealed cards in any order.

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

Cast: Reveal the top card of the turn order deck, and then place it back on top of the turn order deck. If you revealed a player turn order card, deal 3 damage. Otherwise, deal 1 damage.

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