import { ICard } from '../../../../aer-types/types' export const cards: ICard[] = [ { type: 'Gem', expansion: 'RU', name: 'Witchglass', id: 'Witchglass', cost: 2, effect: `

Gain 1 Æ. Any ally gains an Æ token.
You may this during an ally's main phase. If you do that player may Conjure.

`, keywords: ['conjure'], }, { type: 'Gem', expansion: 'RU', name: 'Shimmerbead', id: 'Shimmerbead', cost: 3, effect: `

Gain 2 Æ.

Recall: Il you have activated your ability this turn, gain 1 life.

`, keywords: ['recall'], }, { type: 'Gem', expansion: 'RU', name: 'Allaying Shell', id: 'AllayingShell', cost: 5, effect: `

Gain 2 Æ.
Silence a minion.

`, keywords: ['silence'], }, { type: 'Gem', expansion: 'RU', name: 'Pulsyrium Globe', id: 'PulsyriumGlobe', cost: 5, effect: `

Gain 3 Æ.

Recall: Discard a card in hand. If you do, any player gains an Æ token.

`, keywords: ['recall'], }, { type: 'Gem', expansion: 'RU', name: 'Rainbow Fluorite', id: 'RainbowFluorite', cost: 6, effect: `

Gain 3 Æ.
OR Gain 2 charges.

`, keywords: ['silence'], }, { type: 'Relic', expansion: 'RU', name: "Aether Widget", id: 'AetherWidget', cost: 2, effect: `

Any ally may prep a spell in hand to one of their opened or closed breaches.

You may discard this during any ally's main phase. If you do, that ally may cast one of their prepped spells.

`, keywords: [], }, { type: 'Relic', expansion: 'RU', name: 'Vim Infusor', id: 'VimInfusor', cost: 3, effect: `

Gain 1 charge.
If you have 2 life or less, repeat this effect.

`, keywords: [], }, { type: 'Relic', expansion: 'RU', name: 'Contingency Kit', id: 'ContingencyKit', cost: 4, effect: `

Any ally draws two cards and then discards one card. OR Focus any player's breach. If you have 2 life or less, do both.

`, keywords: [], }, { type: 'Relic', expansion: 'RU', name: 'Ghost Harness', id: 'GhostHarness', cost: 6, effect: `

Each player focuses their closed breach with the lowest cost. OR Each player may Conjure.

`, keywords: ['conjure'], }, { type: 'Relic', expansion: 'RU', name: 'Element Convertor', id: 'ElementConvertor', cost: 6, effect: `

The players collectively destroy up to two gems from their hands or discard piles.
Reveal the top card of the turn order deck. If it is a player card, that player gains an Æ token.

`, keywords: [], }, { type: 'Spell', expansion: 'RU', name: 'Magnify', id: 'Magnify', cost: 2, effect: `

While prepped, an additional spell that costs 2 Æ or less may be prepped to this brech.
Cast: Deal 1 damage.

`, keywords: [], }, { type: 'Spell', expansion: 'RU', name: 'Dawn Barrage', id: 'DawnBarrage', cost: 3, effect: `

Cast: Deal 1 damage.
Other spells you cast during your casting phase this turn deal an additional 1 damage.

`, keywords: [], }, { type: 'Spell', expansion: 'RU', name: 'Stupefy', id: 'Stupefy', cost: 3, effect: `

Cast: Deal 2 damage.

Recall: You may discard a card to silence a minion.

`, keywords: ['recall', 'silence'], }, { type: 'Spell', expansion: 'RU', name: 'Force Bubble', id: 'ForceBubble', cost: 4, effect: `

Cast: Deal 2 damage. OR Cast: Return this to your hand. You may prep a spell from your hand that is not named Force Bubble.

`, keywords: [], }, { type: 'Spell', expansion: 'RU', name: 'Accelerating Field', id: 'AcceleratingField', cost: 5, effect: `

Cast: Deal 3 damage.
If this is the first time you have cast an Accelerating Field this turn, you may reveal the top four cards of your deck. You may place any cards named Accelerating Field revealed this way into your hand.

`, keywords: [], }, { type: 'Spell', expansion: 'RU', name: 'Harmonize', id: 'Harmonize', cost: 5, effect: `

You may discard this card from your hand when any ally casts a spell to have that spell deal an additional 2 damage.

Cast: Deal 4 damage.

`, keywords: [], }, { type: 'Spell', expansion: 'RU', name: 'Phantasmagoria', id: 'Phantasmagoria', cost: 5, effect: `

Cast: Deal 3 damage.

Recall: Conjure.

`, keywords: ['recall', 'conjure'], }, { type: 'Spell', expansion: 'RU', name: 'Rune Tutor', id: 'RuneTutor', cost: 5, effect: `

Cast: Gain a card that costs 6 Æ or less from any supply pile and place it on top of your deck. OR Cast: Deal 4 damage.

`, keywords: [], }, { type: 'Spell', expansion: 'RU', name: 'Bestowing Light', id: 'BestowingLight', cost: 6, effect: `

Cast: Deal 5 damage.
Any ally gains an Æ token for each spell prepped in an adjacent breach.

`, keywords: [], }, { type: 'Spell', expansion: 'RU', name: 'Reverse Gravity', id: 'ReverseGravity', cost: 7, effect: `

Cast: Deal 6 damage.

When this is placed into your discard pile, you may place this on the botton of your discard pile.

`, keywords: [], }, ]