import { Mage } from '../../../../aer-types/types' export const mages: Mage[] = [ { expansion: 'IW', name: 'Inco', id: 'Inco', mageTitle: 'Child Of Green', ability: `
Activate during your main phase:
Cast any number of Rose Thorns prepped by any number of players. Those spells deal 2 additional damage.
`, numberOfCharges: 5, uniqueStarters: [ { type: 'Gem', name: 'Verdant Emerald', expansion: 'IW', id: 'VerdantEmerald', cost: 0, effect: `Gain 1 Æ. OR Gain a Rose Thorn from the Rose Thorn deck. Place that card on top of any player's discard pile.
`, keywords: [], }, ], complexityRating: 4, }, { expansion: 'IW', name: 'Razra', id: 'Razra', mageTitle: 'The Trainer', ability: `Activate during your main phase:
Destroy a card with "Rip" in its name in your hand. Gain a card with "Rip" in its name from the personal upgrade deck that costs 3 Æ more than the destroyed card and place that card into your hand. OR Return to your hand all cards with "Rip" in their name you have played this turn or are in your discard pile.
`, numberOfCharges: 4, uniqueStarters: [ { type: 'Relic', name: 'Rip, Help!', expansion: 'IW', id: 'RipHelp', cost: 0, effect: `Gain 1 charge.
`, keywords: [], }, ], complexityRating: 7, }, ]