import { ICard } from '../../../../aer-types/types' export const cards: ICard[] = [ { type: 'Relic', expansion: 'Nameless', name: 'Molten Hammer', id: 'MoltenHammer', cost: 5, effect: `
Gain 1 charge.
You may destroy a card in hand or on top of any player's discard pile.
Cast: Deal 5 damage.
Each ally draws a card.
When you gain this, you may place it on top of any player's discard pile.
Cast: Deal 2 damage.
Deal 1 additional damage for each other time you have cast Blaze this
turn and for each other Blaze you currently have prepped.
Cast: Deal 5 damage.
You may lose 1 charge. If you do, reveal the top two cards of the
nemesis deck. Return them in any order.
This spell must be prepped to two adjacent breaches so that this card
touches both breaches. This fully occupies both breaches.
While prepped, draw an additional card during your draw phase.
Cast: Deal 6 damage.
When you gain this, gain 1 charge.
Gain 2 Æ.
Cast any player's prepped spell without discarding it.
`, keywords: [], }, ]