import { ICard } from '../../../../aer-types/types' export const cards: ICard[] = [ { type: 'Gem', expansion: 'TA', name: 'Shining Fluorite', id: 'ShiningFluorite', cost: 7, effect: `

Gain 3 Æ.
Place the next spell you gain this turn into your hand.

`, keywords: [], }, { type: 'Relic', expansion: 'TA', name: 'Polyphase Turbine', id: 'PolyphaseTurbine', cost: 3, effect: `

If this is the first time you've played a Polyphase Turbine this turn, gain 2 Æ. Otherwise, gain 1 charge and 1 Æ.

`, keywords: [], }, { type: 'Relic', expansion: 'TA', name: 'Breach Extractor', id: 'BreachExtractor', cost: 5, effect: `

Any player destroys up to two cards in hand. OR Destroy this. Gravehold gains 3 life.

`, keywords: [], }, { type: 'Relic', expansion: 'TA', name: 'Focusing Conduit', id: 'FocusingConduit', cost: 5, effect: `

Attach this to any player's breach.

At the end of that player's casting phase, focus this breach. When this breach is opened, destory this card.

`, keywords: [], }, { type: 'Spell', expansion: 'TA', name: 'Dual Flash', id: 'DualFlash', cost: 3, effect: `

Cast: Deal 2 damage.
If this is the first time you have cast Dual Flash during your casting phase this turn, you may cast any player's prepped Dual Flash without discarding it.

`, keywords: [], }, { type: 'Spell', expansion: 'TA', name: 'Dust Caller', id: 'DustCaller', cost: 5, effect: `

Cast: Deal 4 damage.
Any ally returns a card that costs 0 Æ from their discard pile to their hand.

`, keywords: [], }, { type: 'Spell', expansion: 'TA', name: 'Symbiotic Synapse', id: 'SymbioticSynapse', cost: 7, effect: `

If there is another Symbiotic Synapse in any player's discard pile, this gains Echo.

Cast: Deal 4 damage.

`, keywords: ['echo'], }, ]