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

Gain 2 aether. OR Deal 1 damage to a minion.

`, keywords: [], }, { type: 'Gem', expansion: 'SD', name: 'Cache Glass', id: 'CacheGlass', cost: 4, effect: `

Gain 2 Æ.
If there is a Cache Glass in your discard pile, you may destroy a card in your discard pile.

`, keywords: [], }, { type: 'Relic', expansion: 'SD', name: 'Reflective Conduit', id: 'ReflectiveConduit', cost: 3, effect: `

Attach this to any player's breach.

When a spell is cast from this breach, the player who cast that spell may return it to their hand instead of discarding it. If they do, discard this.

`, keywords: ['attach'], }, { type: 'Relic', expansion: 'SD', name: 'Will Weaver', id: 'WillWeaver', cost: 7, effect: `

Gain 2 charges.
After the next time you activate your ability this turn, deal 3 damage.

`, keywords: [], }, { type: 'Spell', expansion: 'SD', name: 'Breach Seeker', id: 'BreachSeeker', cost: 5, effect: `

Echo

Cast: Deal 1 damage.
Focus any ally's breach.

`, keywords: ['echo'], }, { type: 'Spell', expansion: 'SD', name: 'Crescendo Ray', id: 'CrescendoRay', cost: 4, effect: `

Cast: Deal 3 damage.
Gain 1 Æ for each other spell you have prepped.

`, keywords: [], }, { type: 'Spell', expansion: 'SD', name: 'Storm Vapors', id: 'StormVapors', cost: 4, effect: `

Cast: Deal 3 damage.
If there is another Storm Vapors in any player's discard pile, focus any player's breach.

`, keywords: [], }, { type: 'Spell', expansion: 'SD', name: 'Mantra of Strength', id: 'MantraOfStrength', cost: 3, effect: `

Cast: Any player focuses their closed breach wich the highest focus cost.
Deal 1 damage.
You may destroy this. If you do, deal 2 additional damage.

`, keywords: [], }, { type: 'Spell', expansion: 'SD', name: 'Embody Flame', id: 'EmbodyFlame', cost: 7, effect: `

Cast: Deal 5 damage.
You may destroy a card in this card's supply pile. If you do deal 3 additional damage.

`, keywords: [], }, { type: 'Spell', expansion: 'SD', name: 'Snap Ritual', id: 'SnapRitual', cost: 6, effect: `

While prepped once per turn during your main phase, you may discard a card in hand to deal 2 damage.
Cast: Deal 3 damage.

`, keywords: [], }, ]