import { Mage } from '../../../../aer-types/types' export const mages: Mage[] = [ { expansion: 'WE', name: 'Dezmodia', id: 'Dezmodia', mageTitle: 'Voidborn Prodigy', ability: `

Tempest Sigil

Activate during your main phase:

Any player destroys an opened I or II breach and returns any spells prepped to that breach to their hand. That player gains a Sigil breach and places it where the destroyed breach was. Then, that player may prep a spell from their hand to a breach.

`, numberOfCharges: 6, uniqueStarters: [ { type: 'Gem', name: 'Oblivion Shared', expansion: 'WE', id: 'OblivionShared', cost: 0, effect: `

Gain 2 Æ that cannot be used to gain a relic or spell.

`, keywords: [], }, ], }, { expansion: 'WE', name: 'Garu', id: 'Garu', mageTitle: 'Oathsworn Protector', ability: `

Colossal Force

Activate during your main phase:

Discard up to four of your prepped spells.

Deal 2 damage plus 4 additional damage for each spell you discarded divided however you choose to the nemesis or any number of minions.

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

Cast: Deal 1 damage. OR Cast: Focus any player's breach.

`, keywords: [], }, ], }, { expansion: 'WE', name: 'Gex', id: 'Gex', mageTitle: 'Breach Mage Adviser', ability: `

Vimcraft Oath

Activate during your main phase:

Destroy up to two cards in your discard pile that cost 0 Æ.

Any ally draws one card and gains 2 life.

`, numberOfCharges: 5, uniqueStarters: [ { type: 'Gem', name: 'Shattered Geode', expansion: 'WE', id: 'ShatteredGeode', cost: 0, effect: `

Gain 1 Æ.
You may place the top card of any ally's discard pile into your hand.

`, keywords: [], }, ], }, { expansion: 'WE', name: 'Mazahaedron', id: 'Mazahaedron', mageTitle: 'Henge Mystic', ability: `

Underearth Mantra

Activate during your main phase:

You may gain a gem that costs 4 Æ or less from any supply pile.

Gravehold gains 4 life.

`, numberOfCharges: 4, uniqueStarters: [ { type: 'Gem', name: 'Worldheart Shard', expansion: 'WE', id: 'WorldheartShard', cost: 0, effect: `

Gain 1 Æ. OR Gain 2 Æ that can only be used to gain a card. Place the next card you gain this turn on top of any ally's discard pile.

`, keywords: [], }, ], }, { expansion: 'WE', name: 'MistWE', id: 'MistWE', mageTitle: 'Voidwalker', ability: `

Exalted Brand

Activate during your main phase:

Cast up to three different spells prepped by any number of players. For each spell cast this way, place that spell into any ally's hand.

`, numberOfCharges: 6, uniqueStarters: [ { type: 'Gem', name: 'Amethyst Paragon', expansion: 'WE', id: 'AmethystParagon', cost: 0, effect: `

Gain 1 Æ.
Any ally may prep a spell in hand to their opened or closed breach(es).

`, keywords: [], }, ], }, { expansion: 'WE', name: 'Quilius', id: 'Quilius', mageTitle: 'Breach Mage Assassin', ability: `

Quietus Vow

Activate during your main phase:

Deal 2 damage for each Trophy token you have.

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

Cast: Deal 1 damage.
If this damage causes a minion from the nemesis deck to be discarded, Quilius gains a Trophy token.

`, keywords: [], }, ], }, { expansion: 'WE', name: 'Ulgimor', id: 'Ulgimor', mageTitle: 'Shadowkin Beast', ability: `

Eidolon Shroud

Activate during your main phase:

Gain 6 life.

If you are exhausted, any ally gains 5 life instead.

`, numberOfCharges: 6, uniqueStarters: [ { type: 'Gem', name: 'Coal Shard', expansion: 'WE', id: 'CoalShard', cost: 0, effect: `

If you have 2 life or less, destroy this. Otherwise, gain 3 Æ, gain 1 charge, and suffer 2 damage.

`, keywords: [], }, ], }, { expansion: 'WE', name: 'Yan Magda', id: 'YanMagda', mageTitle: 'Enlightened Exile', ability: `

Imperium Ritual

Activate during your main phase:

Gain a card from any supply pile. If you have four opened breaches, any ally gains a card from any supply pile and places it on top of their deck.

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

While prepped, when you focus or open one of your breaches during your turn, deal 1 damage.
Cast: Deal 1 damage.

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