import { ICard } from '../../../../aer-types/types' export const cards: ICard[] = [ { type: 'Gem', expansion: 'NA', name: 'Lurking Sionite', id: 'LurkingSionite', cost: 3, effect: `

Gain 2 Æ.
If there is a Lurking Sionite in any ally's discard pile, gain an additional 1 Æ.

`, keywords: [], }, { type: 'Gem', expansion: 'NA', name: 'Unrefined Blaststone', id: 'UnrefinedBlaststone', cost: 6, effect: `

Gain 3 Æ. OR Destroy a card in this card's supply pile. If you do, deal 3 damage.

`, keywords: [], }, { type: 'Gem', expansion: 'NA', name: 'Exogranite', id: 'Exogranite', cost: 3, effect: `

Gain 2 Æ OR Destroy this. Gain 3 Æ.

`, keywords: [], }, { type: 'Gem', expansion: 'NA', name: 'Recurring Jasper', id: 'RecurringJasper', cost: 4, effect: `

Gain 2 Æ.
If the top card of your discard pile is a spell, you may place this gem on top of your deck.

`, keywords: [], }, { type: 'Gem', expansion: 'NA', name: 'Energized Rubidium', id: 'EnergizedRubidium', cost: 5, effect: `

Gain 3 Æ.
Any ally may discard a card in hand. If they do, that player gains 1 charge.

`, keywords: [], }, { type: 'Gem', expansion: 'NA', name: 'Resonant Pearl', id: 'ResonantPearl', cost: 3, effect: `

Gain 2 Æ.
Any ally may discard a Resonant Pearl in hand and draw a card. If they do, gain an additional 1 Æ.

`, keywords: [], }, { type: 'Relic', expansion: 'NA', name: 'Caged Fire', id: 'CagedFire', cost: 3, effect: `

Destroy the top card of any player's discard pile. OR Destroy this. Gain 2 life.

`, keywords: [], }, { type: 'Relic', expansion: 'NA', name: 'Galvanized Bauble', id: 'GalvanizedBauble', cost: 3, effect: `

Focus any ally's breach. OR Cast any player's prepped spell. You may destroy it.

`, keywords: [], }, { type: 'Relic', expansion: 'NA', name: 'Aether Conduit', id: 'AetherConduit', cost: 4, effect: `

Attach this to any player's breach.

Whena spell is cast from this breach, the player who cast that spell gains 1 Æ.

`, keywords: ['attach'], }, { type: 'Relic', expansion: 'NA', name: 'Well of Energy', id: 'WellOfEnergy', cost: 7, effect: `

Gravehold gains 2 life. OR Any player gains 2 life.

`, keywords: [], }, { type: 'Relic', expansion: 'NA', name: 'Pain Conduit', id: 'PainConduit', cost: 3, effect: `

Attach this to any player's breach.

When a spell is cast from this breach, it deals 2 additional damage, and discard this card.

`, keywords: ['attach'], }, { type: 'Relic', expansion: 'NA', name: 'Link Conduit', id: 'LinkConduit', cost: 6, effect: `

Attach this to any player's breach.

Two spells may be prepped to this breach.

`, keywords: ['attach'], }, { type: 'Relic', expansion: 'NA', name: 'Marble Galaxy', id: 'MarbleGalaxy', cost: 2, effect: `

Any ally may discard a Marble Galaxy in hand and draw a card.
Gain 1 charge or focus your closed breach with the lowest focus cost. If an ally discarded Marble Galaxy, resolve both effects.

`, keywords: [], }, { type: 'Spell', expansion: 'NA', name: 'Deluge of Power', id: 'DelugeOfPower', cost: 6, effect: `

Cast: Deal 4 damage.
Any ally may discard up to two cards in hand. They draw a card for each card discarded this way.

`, keywords: [], }, { type: 'Spell', expansion: 'NA', name: 'Reverberating Shock', id: 'ReverberatingShock', cost: 4, effect: `

Echo

Cast: Deal 1 damage.
Gain 1 Æ that can only be used to gain cards.

`, keywords: ['echo'], }, { type: 'Spell', expansion: 'NA', name: 'Fatal Harmony', id: 'FatalHarmony', cost: 5, effect: `

Cast: Deal 4 damage.
Any ally may discard a Fatal Harmony in hand and draw a card.
If they do, deal 3 damage.
(Effects that modify damage affect both instances of damage.)

`, keywords: [], }, { type: 'Spell', expansion: 'NA', name: 'Bouncing Boom', id: 'BouncingBoom', cost: 6, effect: `

Echo

Cast: Deal 2 damage.

`, keywords: ['echo'], }, { type: 'Spell', expansion: 'NA', name: 'Spirit Lift', id: 'SpiritLift', cost: 8, effect: `

While prepped once during your turn when you gain a charge, any ally gains 2 charges.
Cast: Deal 5 damage.

`, keywords: [], }, { type: 'Spell', expansion: 'NA', name: 'Tethered Darts', id: 'Tethered Darts', cost: 3, effect: `

Cast: Deal 2 damage.
If this was cast from an opened III or IV breach, you may place this into any ally's hand.

`, keywords: [], }, { type: 'Spell', expansion: 'NA', name: 'Force Amplifier', id: 'ForceAmplifier', cost: 4, effect: `

Cast: Deal 3 damage.
If this was cast from an opened III or IV breach, deal 1 additional damage.

`, keywords: [], }, { type: 'Spell', expansion: 'NA', name: 'Imbued Smash', id: 'ImbuedSmash', cost: 5, effect: `

Cast: Deal 4 damage.
You may discard a card in hand. If you do, deal 2 damage to the nemesis.
(Effects that modify damage affect both instances of damage.)

`, keywords: [], }, { type: 'Spell', expansion: 'NA', name: 'Pattern Strike', id: 'PatternStrike', cost: 7, effect: `

Cast: Deal 4 damage.
You may return to your hand up to two cards in your discard pile that cost 0 Æ.

`, keywords: [], }, ]