import { ICard } from '../../../../aer-types/types' export const cards: ICard[] = [ { type: 'Spell', expansion: 'promos', name: 'Utonięcie w Płomieniach', id: 'DrownInFlames', cost: 6, effect: `

Aktywacja: Zadaj 4 obrażenia Poplecznikowi lub Nemezis.
Możesz odrzucić 2 Ładunki, aby wykonać to ponownie.

`, 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: [], }, ]