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

Gain 2 Æ. OR Destroy a card in hand.

`, keywords: [], }, { type: 'Spell', expansion: 'TV', name: 'Thermal Dart', id: 'ThermalDart', cost: 4, effect: `

Link (Two spells with Link may be prepped to the same breach.)

Cast: Deal 3 damage.
If this is not the first Thermal Dart you have cast this turn, gain 1 charge.

`, keywords: ['link'], }, { type: 'Spell', expansion: 'TV', name: 'Resonate', id: 'Resonate', cost: 6, effect: `

Cast: Deal 4 damage.
If there are six or more other cards in your discard pile, deal 3 additional damage.

`, keywords: [], }, { type: 'Spell', expansion: 'TV', name: 'Conflagration', id: 'Conflagration', cost: 3, effect: `

Link (Two spells with Link mat be prepped to the same breach.)

Cast: Deal 2 damage.
Gain 1 Æ.

`, keywords: ['link'], }, { type: 'Relic', expansion: 'TV', name: 'Dimensional Key', id: 'DimensionalKey', cost: 8, effect: `

Any ally draws two cards. OR Destroy this. Suffer 1 damage. Place a card in play from the nemesis deck on top of the nemesis deck.

`, keywords: [], }, { type: 'Spell', expansion: 'TV', name: 'Inner Fire', id: 'InnerFire', cost: 2, effect: `

Link (Two spells with Link mat be prepped to the same breach.)

Cast: Deal 1 damage.
If the nemesis tier is 2 or higher, deal 1 additional damage.

`, keywords: ['link'], }, { type: 'Spell', expansion: 'TV', name: 'Fulminate', id: 'Fulminate', cost: 5, effect: `

While prepped, other spells you cast deal 1 additional damage.

Link (Two spells with Link mat be prepped to the same breach.)

Cast: Deal 3 damage.

`, keywords: ['link'], }, { type: 'Relic', expansion: 'TV', name: 'Eternity Charm', id: 'EternityCharm', cost: 3, effect: `

Focus your closed breach with the lowest focus cost. Reveal the top three cards of your deck. You may prep on of the revealed cards.

`, keywords: [], }, ]