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

Magnetism

Activate during your casting phase:

Open all of your breaches. Prep any number of spells in hand to your opened breaches.

`, numberOfCharges: 5, uniqueStarters: [ { type: 'Gem', name: 'Sun Shard', expansion: 'SV', id: 'SunShard', cost: 0, effect: `

Gain 1 Æ. OR Gain 3 Æ that can only be used to open a breach.

`, keywords: [], }, ], complexityRating: 7, }, { expansion: 'SV', name: 'Reth', id: 'Reth', mageTitle: '', ability: `

Missing Half

Activate during your main phase:

Reveal your deck. Place up to two spells with the same name from your deck into your hand, and up to two spells with that same name from your discard into your hand. Return your deck in the same order.

`, numberOfCharges: 5, uniqueStarters: [ { type: 'Spell', name: 'Fossilized Rose', expansion: 'SV', id: 'FossilizedRose', cost: 0, effect: `

Cast: Discard a card in hand. If you do, gain a spell that costs 5 Æ or less from any supply pile. OR Cast: Deal 1 damage.

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