import { ICard } from '../../../../aer-types/types' export const cards: ICard[] = [ { type: 'Spell', expansion: 'promos', name: 'Drown in Flames', id: 'DrownInFlames', cost: 6, effect: `

Cast: Deal 4 damage to a minion or the nemesis.
You may lose 2 charges. If you do, repeat this.
(Effects that modify damage affect each instance of damage this spell deals)

`, keywords: [], }, { type: 'Spell', expansion: 'promos', name: 'Fleeting Vision', id: 'FleetingVision', cost: 3, effect: `

Cast: Deal 2 damage.
Each player may reveal the top two cards of their deck and may discard any of those cards.

`, keywords: [], }, { type: 'Spell', expansion: 'promos', name: 'Splinter Missile', id: 'SplinterMissile', cost: 5, effect: `

Cast: Deal 4 damage.
Any ally may discard a card in hand. If they do, divide this damage however you choose among the nemesis and any number of minions.

`, keywords: [], }, { type: 'Gem', expansion: 'promos', name: 'Echo Stone', id: 'EchoStone', cost: 4, effect: `

Gain 2 Æ.
If you have played another Echo Stone this turn, gain an additional 1 Æ.

`, keywords: [], }, { type: 'Spell', expansion: 'promos', name: 'Thieving Spirit', id: 'ThievingSpirit', cost: 5, effect: `

Cast: Deal 4 damage.
Gain 1 Æ.

`, keywords: [], }, { type: 'Gem', expansion: 'promos', name: 'Fractured Quartz', id: 'FracturedQuartz', cost: 4, effect: `

Gain 2 Æ.
You may destroy two cards in this card's supply pile. If you do, gain an additional 1 Æ.

`, keywords: [], }, { type: 'Relic', expansion: 'promos', name: 'Rock Launcher', id: 'RockLauncher', cost: 3, effect: `

Discard or destroy a card in hand. If you do, deal damage equal to its cost.

`, keywords: [], }, { type: 'Relic', expansion: 'promos', name: 'Abacus of Ignition', id: 'AbacusOfIgnition', cost: 4, effect: `

You may casdt any ally's prepped spell.
Any ally draws a card.

`, keywords: [], }, { type: 'Spell', expansion: 'promos', name: 'Illuminating Flame', id: 'IlluminatingFlame', cost: 6, effect: `

Cast: Deal 5 damage.
If this was cast from an opened III or IV breach, you may destroy this. If you do, gain 3 charges.

`, keywords: [], }, { type: 'Spell', expansion: 'promos', name: 'Chronal Arc', id: 'ChronalArc', cost: 7, effect: `

This spell must be prepped to two adjacent breaches so that this card touches both breaches. This fully occupies both breaches.
Cast: Deal 4 damage.
You may place this card into your hand.

`, keywords: [], }, { type: 'Gem', expansion: 'promos', name: 'Coruscating Sapal', id: 'CoruscatingSapal', cost: 4, effect: `

Gain 2 Æ.
You may lose 1 charge. If you do, gain an additional 2 Æ.

`, keywords: [], }, { type: 'Relic', expansion: 'promos', name: 'Humming Shell', id: 'HummingShell', cost: 7, effect: `

Destroy up to two cards in hand or discard pile. OR Gain 2 charges.

`, keywords: [], }, { type: 'Spell', expansion: 'promos', name: 'Force Catalyst', id: 'ForceCatalyst', cost: 4, effect: `

While prepped, during you main phase you may spend 3 Æ to cast any player's prepped spell.
Cast: Deal 3 damage.

`, keywords: [], }, { type: 'Gem', expansion: 'promos', name: 'Talusoid Clod', id: 'TalusoidClod', cost: 4, effect: `

Gain 2 Æ.

Recall: You may suffer 2 damage to return this to your hand.

`, keywords: ['recall'], }, { type: 'Relic', expansion: 'promos', name: 'Chronophage Coil', id: 'ChronophageCoil', cost: 8, effect: `

Destroy this.
Shuffle any player's turn order card into the turn order deck.

`, keywords: [], }, { type: 'Spell', expansion: 'promos', name: 'Parasitic Force', id: 'ParasiticForce', cost: 8, effect: `

You may prep this to any player's opened breach.
Cast: Deal 6 damage.
You may destroy up to two cards in your hand or discard pile.

`, keywords: [], }, ]