import { Mage } from '../../../../aer-types/types' export const mages: Mage[] = [ { expansion: 'Depths', name: 'Nym', id: 'Nym', mageTitle: 'Breach Mage Apprentice', ability: `
Activate during your main phase:
Discard the top card of the nemesis deck.
If you discarded an attack card, discard an additional card.
`, numberOfCharges: 5, uniqueStarters: [ { type: 'Spell', name: 'Cinder', expansion: 'Depths', id: 'Cinder', cost: 0, effect: `Cast: Deal 1 damage. OR Cast: Gain 2 Æ.
`, keywords: [], }, ], }, { expansion: 'Depths', name: 'Reeve', id: 'Reeve', mageTitle: 'Breach Mage Elite', ability: `Activate during your main phase:
Deal 5 damage to a minion.
Deal 3 damage to a different minion.
`, numberOfCharges: 4, uniqueStarters: [ { type: 'Gem', name: 'Obsidian Shard', expansion: 'Depths', id: 'ObsidianShard', cost: 0, effect: `
Gain 1 Æ.
You may suffer 1 damage. If you do, gain an additional 2 Æ.
Activate during your main phase:
Gravehold gains 7 life.
`, numberOfCharges: 5, uniqueStarters: [ { type: 'Spell', name: 'Eternal Ember', expansion: 'Depths', id: 'EternalEmber', cost: 0, effect: `Cast: Deal 1 damage. OR Cast: Cast one of your prepped spells without discarding it.
`, keywords: [], }, ], }, ]