import { ICard } from '../../../../aer-types/types' export const cards: ICard[] = [ { type: 'Spell', expansion: 'Depths', name: 'Void Bond', id: 'VoidBond', cost: 4, effect: `

Cast: Deal 3 damage.
You may cast any player's prepped spell.

`, keywords: [], }, { type: 'Spell', expansion: 'Depths', name: 'Combustion', id: 'Combustion', cost: 5, effect: `

Cast: Deal 2 damage to a minion.
Deal 2 damage to a different minion or the nemesis.
Effects that modify damage affect both instances of damage this spell deals.

`, keywords: [], }, { type: 'Relic', expansion: 'Depths', name: 'Vim Dynamo', id: 'VimDynamo', cost: 4, effect: `

Suffer 1 damage. Any player draws two cards. OR Destroy this. Any player gains 2 life and 1 charge.

`, keywords: [], }, { type: 'Spell', expansion: 'Depths', name: 'Disintegrating Scythe', id: 'DisintegratingScythe', cost: 7, effect: `

Cast: Deal 8 damage.
Suffer 1 damage. Instead of discarding this, destroy it or place it on top of any player's discard pile.

`, keywords: [], }, { type: 'Spell', expansion: 'Depths', name: 'Monstrous Inferno', id: 'MonstrousInferno', cost: 8, effect: `

This spell must be prepped to two adjacent breaches so that this card touches both breaches. This fully occupies both breaches.
Cast: Deal 7 damage divided however you choose to the nemesis and any number of minions.

`, keywords: [], }, { type: 'Spell', expansion: 'Depths', name: 'Devouring Shadow', id: 'DevouringShadow', cost: 6, effect: `

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

`, keywords: [], }, { type: 'Gem', expansion: 'Depths', name: 'Banishing Topaz', id: 'BanishingTopaz', cost: 5, effect: `

Gain 2 Æ.
You may place any card in hand on top of your deck. If you do, gain an additional 2 Æ.

`, keywords: [], }, { type: 'Relic', expansion: 'Depths', name: 'Transmogrifier', id: 'Transmogrifier', cost: 4, effect: `

Destory a card in hand.
You may gain a card from any supply pile that costs up to 3 Æ more than the destroyed card.

`, keywords: [], }, ]