import { Mage } from '../../../../aer-types/types' export const mages: Mage[] = [ { expansion: 'RTG', name: 'Ohat And Ulgimor', id: 'OhatAndUlgimor', mageTitle: '', ability: `
Activate during your main phase:
Ohat mode: Suffer 2 damage. Any ally draws five cards and discards two cards in hand.
Ulgimore mode: Cast a spell prepped to Ulgimor's IV breach without discarding it.
Ohat Mode:
Cast: Suffer 1 damage and gain 2 Æ.
Ulgimor Mode:
Cast: Deal 3 damage.
Activate during your main phase:
Gain a spell that costs 5 Æ or less from a supply pile. You may lose two charges to gain any spell from a supply pile instead. You may lose a charge to prep a spell in your discard pile to one of your opened breaches.
`, numberOfCharges: 6, uniqueStarters: [ { type: 'Spell', name: 'Invigorate', expansion: 'RTG', id: 'Invigorate', cost: 0, effect: `Cast: Deal 1 damage. OR Cast: Return a spell in your discard pile to your hand.
`, keywords: [], }, ], complexityRating: 4, }, ]