import { ICard } from '../../../../aer-types/types' export const cards: ICard[] = [ { type: 'Gem', expansion: 'SV', name: 'Quickening Qitite', id: 'QuickeningQitite', cost: 3, effect: `

Gain 2 Æ.
You may discard a card in hand. If you do, focus any player's II breach.

`, keywords: [], }, { type: 'Gem', expansion: 'SV', name: 'Jeweled Urup', id: 'JeweledUrup', cost: 5, effect: `

Gain 3 Æ. OR If this is the second time you have played Jeweled Urup this turn, you may destroy this. If you do, gain a card from any supply pile that costs 7 Æ or less.

`, keywords: [], }, { type: 'Relic', expansion: 'SV', name: "Cat's Eye", id: 'CatsEye', cost: 1, effect: `

You cannot gain this card if you have gained another card this turn. You cannot gain any other cards the turn you gain this.
Gain 1 charge. You may destroy this. If you do, gain 1 Æ.

`, keywords: [], }, { type: 'Relic', expansion: 'SV', name: 'Volt Replicator', id: 'VoltReplicator', cost: 4, effect: `

Any ally gains a card that costs 5 Æ or less. If there are two or fewer Volt Replicator in the supply, you may destroy this. If you do, place the gained card into that ally's hand instead.

`, keywords: [], }, { type: 'Relic', expansion: 'SV', name: 'Energized Conduit', id: 'EnergizedConduit', cost: 7, effect: `

Attach this to any player's breach.

When a spell is cast from this breach, the player who cast that spell gains 1 charge.

`, keywords: ['attach'], }, { type: 'Spell', expansion: 'SV', name: 'Flame Jab', id: 'FlameJab', cost: 1, effect: `

Cast: Deal 2 damage to a minion.
You may destroy this. If you do, gain 1 Æ.

`, keywords: [], }, { type: 'Spell', expansion: 'SV', name: 'Gathering Winds', id: 'GatheringWinds', cost: 3, effect: `

Cast: Deal 2 damage.
If there are six or more other cards in your discard pile, focus any player's breach.

`, keywords: [], }, { type: 'Spell', expansion: 'SV', name: 'Cinder Shower', id: 'CinderShower', cost: 5, effect: `

While prepped, when you gain a card, deal 1 damage.
Cast:
Deal 3 damage.

`, keywords: [], }, { type: 'Spell', expansion: 'SV', name: "Reaper's Flame", id: 'ReapersFlame', cost: 7, effect: `

While prepped, once per turn when you cast another spell, you may gain a card that costs 5 Æ or less from any supply pile.
Cast:
Deal 5 damage.

`, keywords: [], }, { type: 'Spell', expansion: 'SV', name: 'Erasure Of Mind', id: 'ErasureOfMind', cost: 7, effect: `

Cast: Destroy a card in hand that costs 3Æ or more. If you do, deal 10 damage. OR Cast: Deal 5 damage. Reveal the top two cards of your deck and place any number on top of your discard pile.

`, keywords: [], }, ]