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

Wirken: Füge 4 Schaden zu.
Wiederhole das, wenn du 2 Energie abwirfst.

`, keywords: [], }, { type: 'Spell', expansion: 'promos', name: 'Flüchtiger Blick', id: 'FleetingVision', cost: 3, effect: `

Wirken: Füge 2 Schaden zu.
Jeder Spieler: Sieh dir die 2 obersten Karten deines Decks an. Du darfst sie jeweils abwerfen.

`, keywords: [], }, { type: 'Spell', expansion: 'promos', name: 'Splitter-Geschoss', id: 'SplinterMissile', cost: 5, effect: `

Wirken: Füge 4 Schaden zu.
Wirft 1 anderer Spieler deiner Wahl 1 Karte von seiner Hand ab? Der Schaden ist nun aufteilbar.

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